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",
|
'title': "TempMon",
|
||||||
'type': 'menu',
|
'type': 'menu',
|
||||||
'items': [
|
'items': [
|
||||||
|
{
|
||||||
|
'title': "Dashboard",
|
||||||
|
'route': 'tempmon.dashboard',
|
||||||
|
'perm': 'tempmon.appliances.dashboard',
|
||||||
|
},
|
||||||
|
{'type': 'sep'},
|
||||||
{
|
{
|
||||||
'title': "Appliances",
|
'title': "Appliances",
|
||||||
'route': 'tempmon.appliances',
|
'route': 'tempmon.appliances',
|
||||||
|
@ -644,6 +650,11 @@ class MenuHandler(GenericHandler):
|
||||||
'route': 'appinfo',
|
'route': 'appinfo',
|
||||||
'perm': 'appinfo.list',
|
'perm': 'appinfo.list',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'title': "Label Settings",
|
||||||
|
'route': 'labelprofiles',
|
||||||
|
'perm': 'labelprofiles.list',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'title': "Raw Settings",
|
'title': "Raw Settings",
|
||||||
'route': 'settings',
|
'route': 'settings',
|
||||||
|
|
Loading…
Reference in a new issue