diff --git a/module/zanode/js/view.js b/module/zanode/js/view.js index a9cbf8ef93..82ff7e8a62 100644 --- a/module/zanode/js/view.js +++ b/module/zanode/js/view.js @@ -30,6 +30,7 @@ function checkServiceStatus(){ { $('.ztf-status').text(zanodeLang.init[resultData.data[key]]) $('.ztf-install').text(''); + $('.ztf-install-icon').hide(); } else { @@ -79,7 +80,7 @@ function checkServiceStatus(){ } } } - if(resultData.data[key] !== 'ready') + if(resultData.data[key] !== 'ready' && key != 'node') { isSuccess = false } diff --git a/module/zanode/view/view.html.php b/module/zanode/view/view.html.php index 06a128a2fb..b1a066fc59 100644 --- a/module/zanode/view/view.html.php +++ b/module/zanode/view/view.html.php @@ -133,11 +133,11 @@ $account = strpos($zanode->osName, "windows") ? $config->zanode->defaultWinAccou ●   ZTF   zanode->initializing; ?>  - '>zanode->install ?> + '>zanode->install ?>
- zanode->init->initSuccessNoticeTitle, "{$lang->zanode->manual}", html::a(helper::createLink('testcase', 'automation', "", '', true), $lang->zanode->automation, '', "class='iframe' title='{$lang->zanode->automation}' data-width='50%'", '')); ?> + zanode->init->initSuccessNoticeTitle, "{$lang->zanode->manual}", html::a(helper::createLink('testcase', 'automation', "", '', true), $lang->zanode->automation, '', "class='iframe' title='{$lang->zanode->automation}' data-width='50%'", '')); ?> zanode->init->initFailNoticeTitle . '
' . $lang->zanode->init->initFailNoticeDesc;?>