mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 15:37:03 +00:00
fix(auth): icon 🛂 → 🎯 per charter §Module Icons/Symbols (AUTH = hexagonal target) (#317)
Two places updated: * packages/secubox-authelia/www/authelia/index.html header H1 * packages/secubox-hub/api/main.py CATEGORY_META.auth.icon Co-authored-by: CyberMind-FR <gandalf@Gk2.net>
This commit is contained in:
parent
feab3c8238
commit
a64e4eee30
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
<main class="main">
|
||||
<div class="header">
|
||||
<h1><span class="icon">🛂</span> Auth — SSO control</h1>
|
||||
<h1><span class="icon">🎯</span> Auth — SSO control</h1>
|
||||
<div class="header-actions">
|
||||
<a class="btn" href="/" title="Back to SecuBox hub">← hub</a>
|
||||
<a class="btn primary" href="https://sso.gk2.secubox.in/" title="Open the Authelia SSO portal (login surface)">Open SSO Portal →</a>
|
||||
|
|
|
|||
|
|
@ -1750,7 +1750,7 @@ CATEGORY_META = {
|
|||
# Every menu.d entry MUST set `category` to one of these six. The
|
||||
# ordering mirrors the charter's complementary-pair sequence:
|
||||
# AUTH/WALL/BOOT then their counterparts MIND/ROOT/MESH.
|
||||
"auth": {"name": "Auth", "icon": "🛂", "order": 0, "color": "#C04E24"},
|
||||
"auth": {"name": "Auth", "icon": "🎯", "order": 0, "color": "#C04E24"},
|
||||
"wall": {"name": "Wall", "icon": "🛡️", "order": 1, "color": "#9A6010"},
|
||||
"boot": {"name": "Boot", "icon": "🚀", "order": 2, "color": "#803018"},
|
||||
"mind": {"name": "Mind", "icon": "🧠", "order": 3, "color": "#3D35A0"},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user