Skip to content

Commit e1b04da

Browse files
committed
feat: Remove icons from enterprise menu items for a cleaner interface
1 parent 96b8b33 commit e1b04da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

caracal/flow/screens/enterprise_flow.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,31 +73,31 @@ def show_enterprise_menu(self) -> Optional[str]:
7373
key="gateway",
7474
label="API Gateway",
7575
description="Connect and manage enterprise gateway enforcement",
76-
icon="🌐",
76+
icon="",
7777
),
7878
MenuItem(
7979
key="secrets",
8080
label="Secret Vault",
8181
description="Manage tier-appropriate secret backend (CaracalVault / AWS SM)",
82-
icon="🔐",
82+
icon="",
8383
),
8484
MenuItem(
8585
key="status",
8686
label="Connection Status",
8787
description="View license details, sync API key, and sync status",
88-
icon="🔗",
88+
icon="",
8989
),
9090
MenuItem(
9191
key="sync",
9292
label="Sync to Enterprise",
9393
description="Push local data (principals, policies, mandates) to Enterprise dashboard",
94-
icon="🔄",
94+
icon="",
9595
),
9696
MenuItem(
9797
key="disconnect",
9898
label="Disconnect License",
9999
description="Remove enterprise license from this workspace",
100-
icon="🔓",
100+
icon="",
101101
),
102102
])
103103
else:

0 commit comments

Comments
 (0)