fix: renommage Dashboard Recette + URL Gitea recette corrigée dans toutes les pages
This commit is contained in:
@@ -175,7 +175,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'manus-dashboard',
|
id: 'manus-dashboard',
|
||||||
name: 'Dashboard Manus',
|
name: 'Dashboard Recette',
|
||||||
description: 'Dashboard de gestion de l\'infrastructure Manus',
|
description: 'Dashboard de gestion de l\'infrastructure Manus',
|
||||||
directory: 'manus-dashboard',
|
directory: 'manus-dashboard',
|
||||||
giteaRepo: 'manus-dashboard',
|
giteaRepo: 'manus-dashboard',
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Manus Dashboard - Gestion des Applications</title>
|
<title>Dashboard Recette - Gestion des Applications</title>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-dark-900 text-white">
|
<body class="bg-dark-900 text-white">
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ export default function Sidebar({
|
|||||||
<Server className="w-5 h-5 text-white" />
|
<Server className="w-5 h-5 text-white" />
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h1 className="text-lg font-bold text-white">Manus</h1>
|
<h1 className="text-lg font-bold text-white">Dashboard</h1>
|
||||||
<p className="text-xs text-gray-500">Dashboard</p>
|
<p className="text-xs text-gray-500">Recette</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -112,12 +112,12 @@ export default function DashboardPage({ apps }) {
|
|||||||
<div className="flex items-center justify-between py-2 border-b border-dark-700">
|
<div className="flex items-center justify-between py-2 border-b border-dark-700">
|
||||||
<span className="text-sm text-gray-400">Gitea</span>
|
<span className="text-sm text-gray-400">Gitea</span>
|
||||||
<a
|
<a
|
||||||
href="https://git.santinova-soft.org"
|
href="https://git.recette.santinova-soft.org"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-sm text-primary-400 hover:text-primary-300"
|
className="text-sm text-primary-400 hover:text-primary-300"
|
||||||
>
|
>
|
||||||
git.santinova-soft.org
|
git.recette.santinova-soft.org
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center justify-between py-2 border-b border-dark-700">
|
<div className="flex items-center justify-between py-2 border-b border-dark-700">
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ const APPS_CONFIG = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'manus-dashboard',
|
id: 'manus-dashboard',
|
||||||
name: 'Dashboard Manus',
|
name: 'Dashboard Recette',
|
||||||
repoName: 'manus-dashboard',
|
repoName: 'manus-dashboard',
|
||||||
urlRecette: 'https://dashboard.recette.santinova-soft.org',
|
urlRecette: 'https://dashboard.recette.santinova-soft.org',
|
||||||
urlProd: 'https://dashboard.santinova-soft.org',
|
urlProd: 'https://dashboard.santinova-soft.org',
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export default function LoginPage({ onLogin }) {
|
|||||||
<div className="inline-flex items-center justify-center w-16 h-16 rounded-2xl bg-primary-600 mb-4">
|
<div className="inline-flex items-center justify-center w-16 h-16 rounded-2xl bg-primary-600 mb-4">
|
||||||
<Server className="w-8 h-8 text-white" />
|
<Server className="w-8 h-8 text-white" />
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-2xl font-bold text-white">Manus Dashboard</h1>
|
<h1 className="text-2xl font-bold text-white">Dashboard Recette</h1>
|
||||||
<p className="text-gray-400 mt-2">Gestion des applications</p>
|
<p className="text-gray-400 mt-2">Gestion des applications</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user