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:
Akshay Joshi
2019-02-06 16:45:18 +05:30
parent c888b282ea
commit 8f4d1f14f2
14 changed files with 14 additions and 60 deletions

View File

@@ -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',