mirror of https://github.com/apache/cloudstack.git
CloudStack: Main UI logo fix
Fix logo not being present on fresh install (for commercial build), after clicking out of quick install
This commit is contained in:
parent
5f1380fd44
commit
fd6c64e4d2
|
|
@ -350,7 +350,7 @@
|
|||
eula: eulaHTML,
|
||||
complete: function() {
|
||||
// Show cloudStack main UI
|
||||
$container.cloudStack(cloudStackArgs);
|
||||
$container.cloudStack($.extend(cloudStackArgs, { hasLogo: loginArgs.eula }));
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue