Misc. tweaks for App Details / Configure Menus
This commit is contained in:
parent
9b21d52206
commit
98fa6eea05
7 changed files with 68 additions and 22 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue