fix: remove mail settings, automation/agents from sidebar + settings from bottom
- Remove Einstellungen from E-Mail group (accessible via Settings page) - Remove Automation and Agenten from sidebar (accessible via Topbar profile menu) - Remove Settings from sidebar bottom items
This commit is contained in:
@@ -69,24 +69,7 @@ class AutomationPlugin(BasePlugin):
|
||||
"agents:execute",
|
||||
],
|
||||
is_core=False,
|
||||
menu_items=[
|
||||
FrontendMenuItem(
|
||||
label_key="nav.automation",
|
||||
label="Automation",
|
||||
path="/automation",
|
||||
icon="Zap",
|
||||
group="Automation",
|
||||
order=50,
|
||||
),
|
||||
FrontendMenuItem(
|
||||
label_key="nav.agents",
|
||||
label="Agenten",
|
||||
path="/agents",
|
||||
icon="Bot",
|
||||
group="Automation",
|
||||
order=51,
|
||||
),
|
||||
],
|
||||
menu_items=[],
|
||||
page_routes=[
|
||||
FrontendPageRoute(
|
||||
path="/automation",
|
||||
|
||||
Reference in New Issue
Block a user