mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Fix alignment of import/export toggle switch. Fixes #3963
2) Remove unnecessary options for toggle switch which are already the default options.
This commit is contained in:
@@ -205,11 +205,6 @@ define('pgadmin.node.extension', [
|
||||
{
|
||||
id: 'relocatable', label: gettext('Relocatable?'), cell: 'switch',
|
||||
group: gettext('Definition'), type: 'switch', mode: ['properties'],
|
||||
options: {
|
||||
'onText': gettext('Yes'), 'offText': gettext('No'),
|
||||
'onColor': 'success', 'offColor': 'primary',
|
||||
'size': 'small',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'version', label: gettext('Version'), cell: 'string',
|
||||
|
||||
Reference in New Issue
Block a user