mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Consistent dialogue configuration
This commit is contained in:
@@ -19,7 +19,13 @@ define(
|
||||
setup: function() {
|
||||
return {
|
||||
buttons:[{ text: "OK", key: 27, className: "btn btn-primary" }],
|
||||
options: {modal: 0, resizable: true}
|
||||
options: {
|
||||
modal: false,
|
||||
resizable: true,
|
||||
maximizable: true,
|
||||
pinnable: false,
|
||||
closableByDimmer: false
|
||||
}
|
||||
};
|
||||
},
|
||||
build: function() {
|
||||
|
||||
Reference in New Issue
Block a user