mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Make a separate page for previous alerts
Previous alerts are much less important than ones that are live or waiting for approval. Therefore we can make the dashboard more focused by moving previous alerts to their own page.
This commit is contained in:
@@ -358,6 +358,7 @@ class HeaderNavigation(Navigation):
|
||||
'who_its_for',
|
||||
'broadcast_tour',
|
||||
'broadcast_dashboard',
|
||||
'broadcast_dashboard_previous',
|
||||
'broadcast_dashboard_updates',
|
||||
'broadcast',
|
||||
'preview_broadcast_areas',
|
||||
@@ -394,6 +395,9 @@ class MainNavigation(Navigation):
|
||||
'view_notification',
|
||||
'view_notifications',
|
||||
},
|
||||
'previous_broadcasts': {
|
||||
'broadcast_dashboard_previous',
|
||||
},
|
||||
'templates': {
|
||||
'action_blocked',
|
||||
'add_service_template',
|
||||
@@ -716,6 +720,7 @@ class CaseworkNavigation(Navigation):
|
||||
'dashboard': {
|
||||
'broadcast_tour',
|
||||
'broadcast_dashboard',
|
||||
'broadcast_dashboard_previous',
|
||||
'broadcast_dashboard_updates',
|
||||
},
|
||||
'send-one-off': {
|
||||
@@ -1354,6 +1359,7 @@ class OrgNavigation(Navigation):
|
||||
'who_its_for',
|
||||
'broadcast_tour',
|
||||
'broadcast_dashboard',
|
||||
'broadcast_dashboard_previous',
|
||||
'broadcast_dashboard_updates',
|
||||
'broadcast',
|
||||
'preview_broadcast_areas',
|
||||
|
||||
Reference in New Issue
Block a user