mirror of https://github.com/apache/cloudstack.git
The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key
This commit is contained in:
parent
7d40a7e500
commit
453f749785
|
|
@ -189,6 +189,7 @@
|
|||
var $dialog = $snapshots.dialog({
|
||||
title: _l('label.action.recurring.snapshot'),
|
||||
dialogClass: 'recurring-snapshots',
|
||||
closeOnEscape:false,
|
||||
width: 600,
|
||||
buttons: [
|
||||
{
|
||||
|
|
@ -210,4 +211,4 @@
|
|||
return $dialog;
|
||||
};
|
||||
};
|
||||
}(cloudStack, jQuery));
|
||||
}(cloudStack, jQuery));
|
||||
|
|
|
|||
Loading…
Reference in New Issue