From 0a378d91ca9f957256d5a71fca2fa0dce0e75379 Mon Sep 17 00:00:00 2001 From: manus-admin Date: Mon, 1 Jun 2026 00:41:09 +0200 Subject: [PATCH] fix: renommage Dashboard Production dans toutes les pages --- src/backend/src/config.js | 2 +- src/frontend/index.html | 2 +- src/frontend/src/components/Sidebar.jsx | 4 ++-- src/frontend/src/pages/InventairePage.jsx | 2 +- src/frontend/src/pages/LoginPage.jsx | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/backend/src/config.js b/src/backend/src/config.js index 915d6e6..d5915a9 100644 --- a/src/backend/src/config.js +++ b/src/backend/src/config.js @@ -175,7 +175,7 @@ module.exports = { }, { id: 'manus-dashboard', - name: 'Dashboard Manus', + name: 'Dashboard Production', description: 'Dashboard de gestion de l\'infrastructure Manus', directory: 'manus-dashboard', giteaRepo: 'manus-dashboard', diff --git a/src/frontend/index.html b/src/frontend/index.html index 2091fd4..a6e7555 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -4,7 +4,7 @@ - Manus Dashboard - Gestion des Applications + Dashboard Production - Gestion des Applications
diff --git a/src/frontend/src/components/Sidebar.jsx b/src/frontend/src/components/Sidebar.jsx index aa19587..954455e 100644 --- a/src/frontend/src/components/Sidebar.jsx +++ b/src/frontend/src/components/Sidebar.jsx @@ -37,8 +37,8 @@ export default function Sidebar({
-

Manus

-

Dashboard

+

Dashboard

+

Production

diff --git a/src/frontend/src/pages/InventairePage.jsx b/src/frontend/src/pages/InventairePage.jsx index 105639b..9174844 100644 --- a/src/frontend/src/pages/InventairePage.jsx +++ b/src/frontend/src/pages/InventairePage.jsx @@ -68,7 +68,7 @@ const APPS_CONFIG = [ }, { id: 'manus-dashboard', - name: 'Dashboard Manus', + name: 'Dashboard Production', repoName: 'manus-dashboard', urlRecette: 'https://dashboard.recette.santinova-soft.org', urlProd: 'https://dashboard.santinova-soft.org', diff --git a/src/frontend/src/pages/LoginPage.jsx b/src/frontend/src/pages/LoginPage.jsx index 0ca1288..98d1c0c 100644 --- a/src/frontend/src/pages/LoginPage.jsx +++ b/src/frontend/src/pages/LoginPage.jsx @@ -34,7 +34,7 @@ export default function LoginPage({ onLogin }) {
-

Manus Dashboard

+

Dashboard Production

Gestion des applications