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

This commit is contained in:
GoEdgeLab
2023-05-26 11:55:21 +08:00
parent ce88f5ac0a
commit c2ff1ffc0c
7 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@
<span class="item disabled">|</span> <span class="item disabled">|</span>
<menu-item @click.prevent="createItem">[添加指标]</menu-item> <menu-item @click.prevent="createItem">[添加指标]</menu-item>
<span class="item disabled">|</span> <span class="item disabled">|</span>
<span class="item"><tip-icon content="在这里设置的指标,会自动应用到部署在当前集群上的所有服务上。<br/><br/>指标收集和运算通常需要消耗一定量的边缘节点系统资源,所以请谨慎选择。"></tip-icon></span> <span class="item"><tip-icon content="在这里设置的指标,会自动应用到部署在当前集群上的所有网站上。<br/><br/>指标收集和运算通常需要消耗一定量的边缘节点系统资源,所以请谨慎选择。"></tip-icon></span>
</first-menu> </first-menu>
<p class="comment" v-if="items.length == 0">暂时还没有添加指标。</p> <p class="comment" v-if="items.length == 0">暂时还没有添加指标。</p>

View File

@@ -35,7 +35,7 @@
<th>集群名称</th> <th>集群名称</th>
<th class="center width10">节点数</th> <th class="center width10">节点数</th>
<th class="center width10">在线节点数</th> <th class="center width10">在线节点数</th>
<th class="center width10">服务</th> <th class="center width10">网站</th>
<th>DNS域名</th> <th>DNS域名</th>
<th class="two op">操作</th> <th class="two op">操作</th>
</tr> </tr>

View File

@@ -32,7 +32,7 @@
<span v-if="task.type == 'scriptsChanged'">同步脚本</span> <span v-if="task.type == 'scriptsChanged'">同步脚本</span>
<span v-if="task.type == 'nodeLevelChanged'">同步L2节点</span> <span v-if="task.type == 'nodeLevelChanged'">同步L2节点</span>
<span v-if="task.type == 'ddosProtectionChanged'">DDoS配置</span> <span v-if="task.type == 'ddosProtectionChanged'">DDoS配置</span>
<span v-if="task.type == 'userServersStateChanged'">用户服务状态</span> <span v-if="task.type == 'userServersStateChanged'">用户网站状态</span>
</td> </td>
<td> <td>
<span v-if="task.isDone" class="red">{{task.error}}</span> <span v-if="task.isDone" class="red">{{task.error}}</span>

View File

@@ -77,7 +77,7 @@
<td> <td>
<span v-if="task.type == 'clusterChange' || task.type == 'clusterNodesChange'">集群</span> <span v-if="task.type == 'clusterChange' || task.type == 'clusterNodesChange'">集群</span>
<span v-if="task.type == 'nodeChange'">节点</span> <span v-if="task.type == 'nodeChange'">节点</span>
<span v-if="task.type == 'serverChange'">服务</span> <span v-if="task.type == 'serverChange'">网站</span>
<span v-if="task.type == 'domainChange'">域名</span> <span v-if="task.type == 'domainChange'">域名</span>
</td> </td>
<td style="word-break: break-word; width: 26em"> <td style="word-break: break-word; width: 26em">
@@ -186,7 +186,7 @@
<table class="ui table selectable celled" v-if="servers.length > 0"> <table class="ui table selectable celled" v-if="servers.length > 0">
<thead> <thead>
<tr> <tr>
<th>服务</th> <th>网站</th>
<th>子域名</th> <th>子域名</th>
<th>记录类型</th> <th>记录类型</th>
<th>记录值</th> <th>记录值</th>

View File

@@ -1,6 +1,6 @@
{$layout "layout_popup"} {$layout "layout_popup"}
<h3>使用域名"{{domain}}"的服务</h3> <h3>使用域名"{{domain}}"的网站</h3>
<form class="ui form" action="/dns/domains/serversPopup" method="get"> <form class="ui form" action="/dns/domains/serversPopup" method="get">
<input type="hidden" name="domainId" :value="domainId"/> <input type="hidden" name="domainId" :value="domainId"/>
<div class="ui fields inline"> <div class="ui fields inline">
@@ -21,7 +21,7 @@
<thead> <thead>
<tr> <tr>
<th>集群</th> <th>集群</th>
<th>服务</th> <th>网站</th>
<th>子域名</th> <th>子域名</th>
<th>CNAME</th> <th>CNAME</th>
<th class="width10">解析状态</th> <th class="width10">解析状态</th>

View File

@@ -211,7 +211,7 @@
<th class="center" style="width: 7em">线路</th> <th class="center" style="width: 7em">线路</th>
<th class="center" style="width: 6em">集群</th> <th class="center" style="width: 6em">集群</th>
<th class="center" style="width: 7em">节点域名</th> <th class="center" style="width: 7em">节点域名</th>
<th class="center" style="width: 7em">服务域名</th> <th class="center" style="width: 7em">网站域名</th>
<th>数据更新时间</th> <th>数据更新时间</th>
<th class="center width10">状态</th> <th class="center width10">状态</th>
<th class="three op">操作</th> <th class="three op">操作</th>

View File

@@ -25,7 +25,7 @@
<td nowrap=""> <td nowrap="">
<span v-if="task.type == 'clusterChange' || task.type == 'clusterNodesChange' || task.type == 'clusterRemoveDomain'">集群</span> <span v-if="task.type == 'clusterChange' || task.type == 'clusterNodesChange' || task.type == 'clusterRemoveDomain'">集群</span>
<span v-if="task.type == 'nodeChange'">节点</span> <span v-if="task.type == 'nodeChange'">节点</span>
<span v-if="task.type == 'serverChange'">服务</span> <span v-if="task.type == 'serverChange'">网站</span>
<span v-if="task.type == 'domainChange'">域名</span> <span v-if="task.type == 'domainChange'">域名</span>
</td> </td>
<td style="word-break: break-word; width: 26em"> <td style="word-break: break-word; width: 26em">