mirror of
https://github.com/JustKato/drive-health.git
synced 2026-03-04 08:29:45 +02:00
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:
@@ -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 }}°C</td>
|
||||
{{ end }}
|
||||
<td>
|
||||
<a title="View Disk" class="info-button" href="/disk/{{ .ID }}"></a>
|
||||
</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user