From 98fa6eea05a95fe690cc09659af9837042b2e08f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 16 Jan 2023 21:55:52 -0600 Subject: [PATCH] Misc. tweaks for App Details / Configure Menus --- tailbone/menus.py | 12 +--------- tailbone/templates/appinfo/index.mako | 25 +++++++++++++++++++++ tailbone/templates/configure-menus.mako | 24 ++++++++++++++++++++ tailbone/templates/themes/falafel/base.mako | 2 +- tailbone/views/menus.py | 10 ++++----- tailbone/views/settings.py | 10 +++++++-- tailbone/views/views.py | 7 ++++-- 7 files changed, 68 insertions(+), 22 deletions(-) diff --git a/tailbone/menus.py b/tailbone/menus.py index a9de79dc..e956685d 100644 --- a/tailbone/menus.py +++ b/tailbone/menus.py @@ -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', diff --git a/tailbone/templates/appinfo/index.mako b/tailbone/templates/appinfo/index.mako index 4bf70354..9b50b8a9 100644 --- a/tailbone/templates/appinfo/index.mako +++ b/tailbone/templates/appinfo/index.mako @@ -3,6 +3,31 @@ <%def name="render_grid_component()"> +
+ + + + + + + + + + +
+