mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Fixed a sorting issue in the system stats memory usage table. #9332
This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user