Checkpoint: Correction de l'ordre du menu : la section "Gestion technique" est maintenant en dernière position comme demandé. Rebuild complet forcé sur le VPS pour s'assurer que les modifications sont bien prises en compte par le navigateur. Le menu contient bien l'élément "Sécurité SSH (Fail2Ban)" dans la section Gestion technique.
This commit is contained in:
@@ -71,12 +71,6 @@ const menuSections = [
|
||||
{ icon: FileText, label: "Attestations de formation", path: "/admin/attestations" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gestion technique",
|
||||
items: [
|
||||
{ icon: Shield, label: "Sécurité SSH (Fail2Ban)", path: "/admin/fail2ban" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Traçabilité",
|
||||
items: [
|
||||
@@ -95,6 +89,12 @@ const menuSections = [
|
||||
{ icon: BarChart3, label: "Statistiques des rappels", path: "/admin/rappels/statistiques" },
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gestion technique",
|
||||
items: [
|
||||
{ icon: Shield, label: "Sécurité SSH (Fail2Ban)", path: "/admin/fail2ban" },
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
const SIDEBAR_WIDTH_KEY = "sidebar-width";
|
||||
|
||||
Reference in New Issue
Block a user