mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user