feat: inherit from wuttaweb for AppInfoView, appinfo/configure template

This commit is contained in:
Lance Edgar 2024-08-20 23:23:23 -05:00
parent 2ffc067097
commit f755460242
4 changed files with 48 additions and 412 deletions

View file

@ -703,7 +703,7 @@ class TailboneMenuHandler(WuttaMenuHandler):
},
{'type': 'sep'},
{
'title': "App Details",
'title': "App Info",
'route': 'appinfo',
'perm': 'appinfo.list',
},