mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-31 23:56:34 +08:00
优化界面
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<div class="ui segment" v-if="latestVisible">
|
||||
常用集群:<span v-for="cluster in latestClusters"><a :href="'/clusters/cluster?clusterId=' + cluster.id">{{cluster.name}}</a> </span>
|
||||
常用集群:<span v-for="(cluster, index) in latestClusters"><a :href="'/clusters/cluster?clusterId=' + cluster.id">{{cluster.name}}</a> <span class="disabled" v-if="index != latestClusters.length - 1">|</span> </span>
|
||||
</div>
|
||||
|
||||
<div class="ui tabular menu" v-if="isSearching">
|
||||
|
||||
Reference in New Issue
Block a user