This commit is contained in:
2025-12-20 03:47:10 +01:00
parent 8428bf9c82
commit dcba044cd6
179 changed files with 10345 additions and 786 deletions

5
frontend/index.html Normal file → Executable file
View File

@@ -6,6 +6,8 @@
<title>Linux BenchTools - Dashboard</title>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/components.css">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon/icons8-devices-3d-fluency-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon/icons8-devices-3d-fluency-16.png">
</head>
<body>
<!-- Header -->
@@ -77,7 +79,7 @@
</p>
<div class="code-block">
<button class="copy-btn" onclick="copyBenchCommand()">Copier</button>
<code id="benchCommand">curl -s http://VOTRE_SERVEUR/scripts/bench.sh | bash -s -- --server http://VOTRE_SERVEUR:8007/api/benchmark --token YOUR_TOKEN</code>
<code id="benchCommand">Chargement...</code>
</div>
</div>
</section>
@@ -99,6 +101,7 @@
</footer>
<!-- Scripts -->
<script src="config.js"></script>
<script src="js/utils.js"></script>
<script src="js/api.js"></script>
<script src="js/dashboard.js"></script>