mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #2526] [MERGED] Added new page to display opened alarms in UI v2. #2597
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2597
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2526
Author: @tonioo
Created: 5/29/2022
Status: ✅ Merged
Merged: 6/13/2022
Merged by: @tonioo
Base:
master← Head:feature/display_alarms_ui_v2📝 Commits (2)
e477345Added new page to display opened alarms in UI v2.6fe3bf9Added unit test.📊 Changes
12 files changed (+195 additions, -15 deletions)
View changed files
➕
frontend/src/api/alarms.js(+9 -0)➕
frontend/src/components/alarms/AlarmList.vue(+63 -0)📝
frontend/src/components/domains/DomainList.vue(+29 -7)📝
frontend/src/components/layout/Navbar.vue(+5 -0)📝
frontend/src/router/index.js(+8 -0)➕
frontend/src/views/alarms/Alarms.vue(+24 -0)📝
modoboa/admin/api/v2/serializers.py(+12 -2)📝
modoboa/admin/api/v2/tests.py(+17 -0)📝
modoboa/admin/api/v2/urls.py(+2 -0)📝
modoboa/admin/api/v2/viewsets.py(+15 -0)📝
modoboa/admin/models/domain.py(+6 -1)📝
modoboa/limits/models.py(+5 -5)📄 Description
see #2517
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.