Fleet UI: Fixed broken disk space sort header on hosts table (#38732)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user