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