From 5fb3bf8b56d719451ed5857a7f4cb2dc453bbad5 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Sat, 11 Sep 2010 21:16:21 -0700 Subject: [PATCH] new UI - dismiss dialog box after creating template from volume. --- ui/new/scripts/cloud.core2.volume.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/new/scripts/cloud.core2.volume.js b/ui/new/scripts/cloud.core2.volume.js index a69945a5bb5..365d367877d 100644 --- a/ui/new/scripts/cloud.core2.volume.js +++ b/ui/new/scripts/cloud.core2.volume.js @@ -66,6 +66,7 @@ function doCreateTemplate($actionLink, listAPIMap, $singleObject) { "Create": function() { //debugger; var thisDialog = $(this); + thisDialog.dialog("close"); // validate values var isValid = true;