refactor(ui): Remove disk column header tooltip

This commit is contained in:
courtmanr@gmail.com
2025-05-01 16:36:41 +01:00
parent ba0277b71b
commit 6a52acf4cf
+1 -1
View File
@@ -231,7 +231,7 @@
<th class="sortable p-1 px-2" data-sort="uptime" style="width: var(--uptime-col-width, 80px);">Uptime</th>
<th class="sortable p-1 px-2" data-sort="cpu" style="width: 110px;">CPU</th>
<th class="sortable p-1 px-2" data-sort="memory" style="width: 110px;">Memory</th>
<th class="sortable p-1 px-2" data-sort="disk" style="width: 110px;" title="Shows usage for LXC; shows total size for VMs due to API limitations.">Disk</th>
<th class="sortable p-1 px-2" data-sort="disk" style="width: 110px;">Disk</th>
<th class="sortable p-1 px-2 text-right" data-sort="diskread" style="width: 70px;">Read</th>
<th class="sortable p-1 px-2 text-right" data-sort="diskwrite" style="width: 70px;">Write</th>
<th class="sortable p-1 px-2 text-right" data-sort="netin" style="width: 70px;">Net In</th>