1
This commit is contained in:
10
frontend/device_detail.html
Normal file → Executable file
10
frontend/device_detail.html
Normal file → Executable file
@@ -6,6 +6,8 @@
|
||||
<title>Device Detail - Linux BenchTools</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 -->
|
||||
@@ -32,12 +34,15 @@
|
||||
<div id="deviceContent" style="display: none;">
|
||||
<!-- Device Header -->
|
||||
<div class="card">
|
||||
<div style="display: flex; justify-content: space-between; align-items: start;">
|
||||
<div style="display: flex; justify-content: space-between; align-items: start; gap: 1rem;">
|
||||
<div>
|
||||
<h2 id="deviceHostname" style="color: var(--color-success); margin-bottom: 0.5rem;">--</h2>
|
||||
<p id="deviceDescription" style="color: var(--text-secondary);">--</p>
|
||||
</div>
|
||||
<div id="globalScoreContainer"></div>
|
||||
<div style="display: flex; gap: 0.75rem; align-items: flex-start;">
|
||||
<div id="globalScoreContainer"></div>
|
||||
<button id="deleteDeviceBtn" class="btn btn-danger btn-sm">🗑️ Supprimer</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="deviceMeta" style="margin-top: 1rem; display: flex; gap: 1.5rem; flex-wrap: wrap;"></div>
|
||||
@@ -214,6 +219,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="config.js"></script>
|
||||
<script src="js/utils.js"></script>
|
||||
<script src="js/api.js"></script>
|
||||
<script src="js/device_detail.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user