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