From 7c0d3372a9cef2a645b0d3f26782f533cf793763 Mon Sep 17 00:00:00 2001 From: matthieu Date: Wed, 20 May 2026 00:57:19 +0200 Subject: [PATCH] =?UTF-8?q?feat(mail)=20:=20int=C3=A8gre=20onglet=20Mail?= =?UTF-8?q?=20dans=20pages/admin.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pages/admin.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/pages/admin.vue b/frontend/pages/admin.vue index 12b3684..79cd2ca 100644 --- a/frontend/pages/admin.vue +++ b/frontend/pages/admin.vue @@ -30,6 +30,7 @@ + @@ -48,6 +49,7 @@ const tabs = [ { key: 'gitea', label: 'Gitea' }, { key: 'bookstack', label: 'BookStack' }, { key: 'zimbra', label: 'Zimbra' }, + { key: 'mail', label: 'Mail' }, ] as const type TabKey = typeof tabs[number]['key']