mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Set the background colour for backform notes, and add an icon. Fixes #3948
This commit is contained in:
committed by
Dave Page
parent
554455fa75
commit
e2482d2294
@@ -93,7 +93,7 @@ define([
|
||||
}, {
|
||||
id: 'globals_note',
|
||||
label: gettext('Note'),
|
||||
text: gettext('Only objects global to the entire database will be backed up in PLAIN format'),
|
||||
text: gettext('Only objects global to the entire database will be backed up, in PLAIN format'),
|
||||
type: 'note',
|
||||
}, {}],
|
||||
validate: function() {
|
||||
@@ -229,7 +229,7 @@ define([
|
||||
type: 'note',
|
||||
visible: function(m) {
|
||||
return m.get('type') === 'server';
|
||||
},
|
||||
},Only objects global to the entire database will be backed up in PLAIN format
|
||||
}, {
|
||||
type: 'nested',
|
||||
control: 'fieldset',
|
||||
|
||||
Reference in New Issue
Block a user