feat(baseTemplate): plugin sidebar context; LPMA link for grant-only users

- plugin_sidebar_context: show_plugins_menu, Limited phpMyAdmin for cpuser grants
- index.html: conditional Installed/Store vs grant-only LPMA submenu
This commit is contained in:
master3395
2026-03-27 21:48:19 +01:00
parent 515ba2ae33
commit cbcf4e62e4
3 changed files with 91 additions and 3 deletions

View File

@@ -159,6 +159,7 @@ TEMPLATES = [
'baseTemplate.context_processors.notification_preferences_context',
'baseTemplate.context_processors.firewall_static_context',
'baseTemplate.context_processors.dns_static_context',
'baseTemplate.context_processors.plugin_sidebar_context',
],
},
},