mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 03:26:34 +08:00
“网站服务”改为“网站”、“网站列表”
This commit is contained in:
@@ -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>
|
||||
|
||||
<!-- 新版本更新提醒 -->
|
||||
|
||||
Reference in New Issue
Block a user