Remove subtitle on install create phase

This commit is contained in:
Brian Federle 2011-12-05 14:23:02 -08:00
parent b03a8b5939
commit e2743c66cd

View File

@ -647,7 +647,7 @@
var $title = $('<div></div>').addClass('title')
.html('Now building your cloud...');
var $subtitle = $('<div></div>').addClass('subtitle')
.html('You may want to get a cup of coffee right now.');
.html('');
cloudStack.installWizard.action({
data: state,