diff --git a/config/zentaopms.php b/config/zentaopms.php
index 77f092763d..78d50b8e00 100644
--- a/config/zentaopms.php
+++ b/config/zentaopms.php
@@ -227,7 +227,7 @@ $config->openMethods[] = 'doc.createbasicinfo';
$config->openMethods[] = 'project.createguide';
$config->openMethods[] = 'task.editteam';
$config->openMethods[] = 'feedback.mergeproductmodule';
-$config->openMethods[] = 'zanode.list';
+$config->openMethods[] = 'zanode.nodeList';
$config->openModules = array();
$config->openModules[] = 'install';
diff --git a/module/zahost/lang/vi.php b/module/zahost/lang/vi.php
index 3db09c4781..f639c0ca5c 100644
--- a/module/zahost/lang/vi.php
+++ b/module/zahost/lang/vi.php
@@ -58,12 +58,12 @@ $lang->zahost->init->initSuccessNotice = "The initialization was successful, c
$lang->zahost->init->initDesc = "Execute the init script on the host: bash <(curl -s -S -L https://pkg.qucheng.com/zenagent/zagent.sh) -k %s
- Click check service status button.";
$lang->zahost->init->initFailNoticeDesc = "1. Re-execute the script
2. Review the initialization FAQ";
-$lang->zahost->init->serviceStatus = [
+$lang->zahost->init->serviceStatus = array(
"kvm" => 'not_install',
"nginx" => 'not_install',
"novnc" => 'not_install',
"websockify" => 'not_install',
-];
+);
$lang->zahost->init->title = "Initialize Host";
$lang->zahost->init->descTitle = "Follow these steps to complete the initialization on the host:";
$lang->zahost->init->initDesc = "Execute the init script on the host: bash <(curl -s -S -L https://pkg.qucheng.com/zenagent/zagent.sh) -k ";
diff --git a/module/zahost/view/view.html.php b/module/zahost/view/view.html.php
index 012ba10e13..3eaf1ef3f8 100644
--- a/module/zahost/view/view.html.php
+++ b/module/zahost/view/view.html.php
@@ -138,7 +138,7 @@