The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key

This commit is contained in:
Pranav Saxena 2013-01-28 11:13:06 +05:30
parent 7d40a7e500
commit 453f749785

View File

@ -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));