Add a couple more menu items to default set

This commit is contained in:
Lance Edgar 2023-01-18 21:54:24 -06:00
parent c874d97507
commit 1e5b7e7ee7

View file

@ -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',