Add a couple more menu items to default set
This commit is contained in:
parent
c874d97507
commit
1e5b7e7ee7
|
@ -551,6 +551,12 @@ class MenuHandler(GenericHandler):
|
|||
'title': "TempMon",
|
||||
'type': 'menu',
|
||||
'items': [
|
||||
{
|
||||
'title': "Dashboard",
|
||||
'route': 'tempmon.dashboard',
|
||||
'perm': 'tempmon.appliances.dashboard',
|
||||
},
|
||||
{'type': 'sep'},
|
||||
{
|
||||
'title': "Appliances",
|
||||
'route': 'tempmon.appliances',
|
||||
|
@ -644,6 +650,11 @@ class MenuHandler(GenericHandler):
|
|||
'route': 'appinfo',
|
||||
'perm': 'appinfo.list',
|
||||
},
|
||||
{
|
||||
'title': "Label Settings",
|
||||
'route': 'labelprofiles',
|
||||
'perm': 'labelprofiles.list',
|
||||
},
|
||||
{
|
||||
'title': "Raw Settings",
|
||||
'route': 'settings',
|
||||
|
|
Loading…
Reference in a new issue