Implemented View Button

* Updated Style
+ Added 2 icons for the view button
+ New `drive.html` page ( WIP )
* Updated `index.html` to apply updates
This commit is contained in:
2024-01-22 23:01:05 +02:00
parent de08a7f970
commit f17d8b44a3
5 changed files with 115 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
<td>Model</td>
<td>Serial</td>
<td>Temperature</td>
<td>Actions</td>
</tr>
</thead>
<tbody id="disk-table-body">
@@ -49,6 +50,9 @@
{{ else }} <!-- Temperature 30°C or below -->
<td style="color: lime;">{{ $temp }}&deg;C</td>
{{ end }}
<td>
<a title="View Disk" class="info-button" href="/disk/{{ .ID }}"></a>
</td>
</tr>
{{ end }}
</tbody>