Misc. tweaks for App Details / Configure Menus

This commit is contained in:
Lance Edgar 2023-01-16 21:55:52 -06:00
parent 9b21d52206
commit 98fa6eea05
7 changed files with 68 additions and 22 deletions

View file

@ -501,20 +501,10 @@ class MenuHandler(GenericHandler):
'perm': 'luigi.list',
},
{
'title': "Tables",
'route': 'tables',
'perm': 'tables.list',
},
{
'title': "App Info",
'title': "App Details",
'route': 'appinfo',
'perm': 'appinfo.list',
},
{
'title': "Configure App",
'route': 'appinfo.configure',
'perm': 'appinfo.configure',
},
{
'title': "Upgrades",
'route': 'upgrades',