mirror of https://github.com/apache/cloudstack.git
bug 14011
Fix to show install wizard when re-loading the page, so that the EULA is always shown until installation is completed.
This commit is contained in:
parent
75bbefec63
commit
b0f038c421
|
|
@ -280,7 +280,7 @@
|
|||
context: context,
|
||||
response: {
|
||||
success: function(args) {
|
||||
if (args.doInstall && cloudStack.context.users[0].role == 'admin') {
|
||||
if (args.doInstall && isAdmin()) {
|
||||
var initInstallWizard = function(eulaHTML) {
|
||||
cloudStack.uiCustom.installWizard({
|
||||
$container: $container,
|
||||
|
|
|
|||
Loading…
Reference in New Issue