换成单集群模式
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<div class="ui fields inline">
|
||||
<div class="ui field">
|
||||
<select class="ui dropdown" name="clusterId" v-model="clusterId">
|
||||
<option value="">[HTTPDNS服务域名]</option>
|
||||
<option value="">[API服务地址]</option>
|
||||
<option v-for="cluster in clusters" :value="cluster.id">{{cluster.displayName}}</option>
|
||||
</select>
|
||||
</div>
|
||||
@@ -60,7 +60,7 @@
|
||||
<table class="ui table selectable celled">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>HTTPDNS服务域名</th>
|
||||
<th>API服务地址</th>
|
||||
<th>域名</th>
|
||||
<th>类型</th>
|
||||
<th>概要</th>
|
||||
@@ -91,4 +91,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user