“网站服务”改为“网站”、“网站列表”

This commit is contained in:
GoEdgeLab
2023-04-21 17:51:25 +08:00
parent a11d205c88
commit 58b10a0982
28 changed files with 43 additions and 43 deletions

View File

@@ -11,7 +11,7 @@
<!-- 没有节点提醒 -->
<div class="ui icon message warning" v-if="!isLoading && dashboard.defaultClusterId > 0 && dashboard.countNodes == 0">
<i class="icon warning circle"></i>
<a :href="'/clusters/cluster/createNode?clusterId=' + dashboard.defaultClusterId">还没有在集群中添加节点,现在去添加?添加节点后才可部署网站服务</a>
<a :href="'/clusters/cluster/createNode?clusterId=' + dashboard.defaultClusterId">还没有在集群中添加节点,现在去添加?添加节点后才可部署网站。</a>
</div>
<!-- 新版本更新提醒 -->