前端页面
This commit is contained in:
@@ -74,8 +74,9 @@
|
||||
<tr>
|
||||
<td>集群服务地址</td>
|
||||
<td>
|
||||
<code>{{selectedApp.gatewayDomain}}</code>
|
||||
<a href="" class="httpdns-mini-action" title="复制服务地址" @click.prevent="copyText(selectedApp.gatewayDomain, '服务地址')"><i class="copy outline icon"></i></a>
|
||||
<code>{{selectedApp.gatewayDomainDisplay}}</code>
|
||||
<a href="" class="httpdns-mini-action" title="复制服务地址" @click.prevent="copyText(selectedApp.gatewayDomainDisplay, '服务地址')"><i class="copy outline icon"></i></a>
|
||||
<p class="comment" v-if="selectedApp.gatewayDomains && selectedApp.gatewayDomains.length > 1">已启用主备:第一个为主集群,后续为备集群。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user