Fixed a sorting issue in the system stats memory usage table. #9332

This commit is contained in:
Pravesh Sharma
2026-01-01 11:28:33 +05:30
committed by GitHub
parent a5e9315b89
commit a9bf4c23bc
@@ -61,6 +61,7 @@ export default function Memory({preferences, sid, did, pageVisible, enablePoll=t
enableSorting: true,
enableResizing: true,
enableFilters: true,
sortingFn: 'alphanumeric',
},
{
header: gettext('Memory bytes'),
@@ -68,6 +69,7 @@ export default function Memory({preferences, sid, did, pageVisible, enablePoll=t
enableSorting: true,
enableResizing: true,
enableFilters: true,
sortingFn: 'alphanumeric',
},
];