mirror of https://github.com/apache/cloudstack.git
Remove subtitle on install create phase
This commit is contained in:
parent
b03a8b5939
commit
e2743c66cd
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue