mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-24 02:10:28 +08:00
优化界面显示
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<table class="ui table celled selectable">
|
||||
<p class="comment" v-if="clusters.length == 0">没有找到相应的集群。</p>
|
||||
<table class="ui table celled selectable" v-if="clusters.length > 0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>集群名称</th>
|
||||
|
||||
Reference in New Issue
Block a user