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


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/453f7497
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/453f7497
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/453f7497

Branch: refs/heads/ui-plugins
Commit: 453f749785132645460f33317c3a4f1efbcca388
Parents: 7d40a7e
Author: Pranav Saxena <[email protected]>
Authored: Mon Jan 28 11:13:06 2013 +0530
Committer: Pranav Saxena <[email protected]>
Committed: Mon Jan 28 11:13:06 2013 +0530

----------------------------------------------------------------------
 ui/scripts/ui-custom/recurringSnapshots.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/453f7497/ui/scripts/ui-custom/recurringSnapshots.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/recurringSnapshots.js 
b/ui/scripts/ui-custom/recurringSnapshots.js
index e5302e9..985f369 100644
--- a/ui/scripts/ui-custom/recurringSnapshots.js
+++ b/ui/scripts/ui-custom/recurringSnapshots.js
@@ -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));
\ No newline at end of file
+}(cloudStack, jQuery));

Reply via email to