mirror of https://github.com/apache/cloudstack.git
bug 13582: UI freezes because of pressing Escape key
status 13582: resolved fixed reviewed-by: brian
This commit is contained in:
parent
6e395c38d0
commit
e9eff2a11c
|
|
@ -714,6 +714,7 @@
|
|||
title: _l('label.vm.add'),
|
||||
width: 800,
|
||||
height: 570,
|
||||
closeOnEscape: false,
|
||||
zIndex: 5000
|
||||
})
|
||||
.closest('.ui-dialog').overlay();
|
||||
|
|
|
|||
|
|
@ -596,6 +596,7 @@
|
|||
$selector.dialog({
|
||||
title: _l('label.select.project'),
|
||||
dialogClass: 'project-selector-dialog',
|
||||
closeOnEscape: false ,
|
||||
width: 420
|
||||
}).closest('.ui-dialog').overlay();
|
||||
}
|
||||
|
|
@ -656,6 +657,7 @@
|
|||
var addProject = function() {
|
||||
pageElems.newProjectForm().dialog({
|
||||
title: 'New Project',
|
||||
closeOnEscape: false,
|
||||
width: 760
|
||||
}).closest('.ui-dialog').overlay();
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1197,6 +1197,7 @@
|
|||
|
||||
return $wizard.dialog({
|
||||
title: 'Add zone',
|
||||
closeOnEscape: false,
|
||||
width: 750,
|
||||
height: 665,
|
||||
zIndex: 5000,
|
||||
|
|
|
|||
Loading…
Reference in New Issue