many refinements

This commit is contained in:
2025-11-02 15:20:34 -08:00
parent a9681e2c94
commit 982b7a374d
12 changed files with 169 additions and 170 deletions

View File

@ -28,7 +28,7 @@ function fetchSSDData() {
</head>
<body>
<div class="container">
<h1>SSD Health Dashboard</h1>
<button onclick="window.location.reload();" class="title-button"><h1>SSD Health Dashboard</h1></button>
<?php
$i=0;
$ssdData = fetchSSDData(); // Fetch data from the API

View File

@ -12,6 +12,18 @@ body {
display: none;
}
.title-button {
background-color: #34495e;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.container {
max-width: 800px;
margin: 0 auto;