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

pull/9488/head
Pravesh Sharma 2026-01-01 11:28:33 +05:30 committed by GitHub
parent a5e9315b89
commit a9bf4c23bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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',
},
];