Fleet UI: Fixed broken disk space sort header on hosts table (#38732)

This commit is contained in:
RachelElysia
2026-01-26 09:35:43 -05:00
committed by GitHub
parent 6593137088
commit c5514978ca
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
- Fleet UI: Fixed broken disk space sort header on hosts table
@@ -285,6 +285,7 @@ const allHostTableHeaders: IHostTableColumnConfig[] = [
isSortedDesc={cellProps.column.isSortedDesc}
/>
),
accessor: "gigs_disk_space_available",
id: "gigs_disk_space_available",
Cell: (cellProps: IHostTableNumberCellProps) => {
const {