部分“服务”文字改为“网站”

This commit is contained in:
GoEdgeLab
2024-05-05 11:23:57 +08:00
parent cd2d828e48
commit b4bea60d3b
10 changed files with 12 additions and 12 deletions

View File

@@ -2,6 +2,6 @@
<menu-item href="/servers/groups">分组列表</menu-item>
<span class="item disabled">|</span>
<menu-item :href="'/servers/groups/group?groupId=' + group.id" code="group.index">"{{group.name}}"详情</menu-item>
<menu-item :href="'/servers/groups/group/settings?groupId=' + group.id" :active="!firstMenuItem.startsWith('group.')">全局设置 &nbsp;<tip-icon content="这里添加的设置将会自动应用到当前分组下的所有服务。"></tip-icon></menu-item>
<menu-item :href="'/servers/groups/group/settings?groupId=' + group.id" :active="!firstMenuItem.startsWith('group.')">全局设置 &nbsp;<tip-icon content="这里添加的设置将会自动应用到当前分组下的所有网站。"></tip-icon></menu-item>
<menu-item :href="'/servers/groups/group/update?groupId=' + group.id" code="group.update">修改</menu-item>
</first-menu>

View File

@@ -24,7 +24,7 @@
<td>全局有效</td>
<td>
<checkbox name="isGlobal" checked="checked"></checkbox>
<p class="comment">选中后,所有服务都自动使用此名单不需要再次绑定否则只有在WAF策略中绑定此名单后才会生效。</p>
<p class="comment">选中后,所有网站都自动使用此名单不需要再次绑定否则只有在WAF策略中绑定此名单后才会生效。</p>
</td>
</tr>
<tr>

View File

@@ -12,7 +12,7 @@
<th>时间</th>
<th>集群</th>
<th>节点</th>
<th>服务</th>
<th>网站</th>
</tr>
</thead>
<tr v-for="stat in stats">