From e2743c66cd0f3d63e0f0dec5c09a2f9b8a1ec98a Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 5 Dec 2011 14:23:02 -0800 Subject: [PATCH] Remove subtitle on install create phase --- ui/scripts/ui-custom/installWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/ui-custom/installWizard.js b/ui/scripts/ui-custom/installWizard.js index 4e7492f06a7..fb93a2c70ad 100644 --- a/ui/scripts/ui-custom/installWizard.js +++ b/ui/scripts/ui-custom/installWizard.js @@ -647,7 +647,7 @@ var $title = $('
').addClass('title') .html('Now building your cloud...'); var $subtitle = $('
').addClass('subtitle') - .html('You may want to get a cup of coffee right now.'); + .html(''); cloudStack.installWizard.action({ data: state,