From 2f4c11e21860fd4d266ff42493ed7400326c8c44 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 25 Jul 2011 11:56:12 -0700 Subject: [PATCH] bug 10516: cloudStack - volume page - create template dialog - fix a bug that appears on IE browser (not on Firefox) - OS Tye dropdown is push down to next line. --- ui/scripts/cloud.core.volume.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/cloud.core.volume.js b/ui/scripts/cloud.core.volume.js index 524f37ee661..ab1f7dcdb7d 100644 --- a/ui/scripts/cloud.core.volume.js +++ b/ui/scripts/cloud.core.volume.js @@ -65,7 +65,7 @@ function volumeGetSearchParams() { } function afterLoadVolumeJSP() { - initDialog("dialog_create_template", 400); + initDialog("dialog_create_template", 420); initDialog("dialog_create_snapshot"); initDialog("dialog_recurring_snapshot", 420); initDialog("dialog_add_volume");