Revert "improve: clarify disk column header to show it represents used space (addresses #446)"

This reverts commit de6051a7d7.
This commit is contained in:
Pulse Monitor
2025-09-11 08:56:49 +00:00
parent 350420ec7e
commit fe75d54cd6
@@ -115,7 +115,7 @@ export const NodeSummaryTable: Component<NodeSummaryTableProps> = (props) => {
<th class="px-2 py-1.5 text-left text-[11px] sm:text-xs font-medium uppercase tracking-wider min-w-32">CPU</th>
<th class="px-2 py-1.5 text-left text-[11px] sm:text-xs font-medium uppercase tracking-wider min-w-32">Memory</th>
<th class="px-2 py-1.5 text-left text-[11px] sm:text-xs font-medium uppercase tracking-wider min-w-32">
{props.currentTab === 'backups' && props.pbsInstances ? 'Storage / Disk' : 'Disk Used'}
{props.currentTab === 'backups' && props.pbsInstances ? 'Storage / Disk' : 'Disk'}
</th>
<For each={getCountHeader()}>
{(header) => (