换成单集群模式

This commit is contained in:
robin
2026-03-02 20:07:53 +08:00
parent 5d0b7c7e91
commit 2a76d1773d
432 changed files with 5681 additions and 5095 deletions

View File

@@ -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>