1
This commit is contained in:
5
frontend/index.html
Normal file → Executable file
5
frontend/index.html
Normal file → Executable 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>
|
||||
|
||||
Reference in New Issue
Block a user