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:
Brian Federle 2012-02-27 10:27:41 -08:00
parent 75bbefec63
commit b0f038c421
1 changed files with 1 additions and 1 deletions

View File

@ -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,