mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 15:08:25 -04:00
Reorder menu
Reorder menu, change 'status' to 'statuses'
This commit is contained in:
committed by
Chris Hill-Scott
parent
0e315477f0
commit
00e2c214aa
@@ -20,6 +20,14 @@ def features_nav():
|
|||||||
"name": "Roadmap",
|
"name": "Roadmap",
|
||||||
"link": "main.roadmap",
|
"link": "main.roadmap",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Trial mode",
|
||||||
|
"link": "main.trial_mode_new",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Message statuses",
|
||||||
|
"link": "main.message_status",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Security",
|
"name": "Security",
|
||||||
"link": "main.security",
|
"link": "main.security",
|
||||||
@@ -32,12 +40,4 @@ def features_nav():
|
|||||||
"name": "Using Notify",
|
"name": "Using Notify",
|
||||||
"link": "main.using_notify",
|
"link": "main.using_notify",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Message status",
|
|
||||||
"link": "main.message_status",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Trial mode",
|
|
||||||
"link": "main.trial_mode_new",
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user