mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
sort by fix
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
closeOnSwitchClick: true,
|
||||
});
|
||||
res.push({
|
||||
label: _t('sqlObject.sizeBytes', { defaultMessage: 'Size bytes' }),
|
||||
label: _t('sqlObject.sizeBytes', { defaultMessage: 'Size (bytes)' }),
|
||||
switchOption: 'sortBy',
|
||||
switchOptionValue: 'sizeBytes',
|
||||
closeOnSwitchClick: true,
|
||||
|
||||
Reference in New Issue
Block a user