mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-29 22:36:35 +08:00
修复选择集群弹窗页面可能只显示前6个集群的Bug
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tr v-for="cluster in clusters">
|
||||
<td>{{cluster.name}}</td>
|
||||
<td>
|
||||
<keyword :v-word="keyword">{{cluster.name}}</keyword>
|
||||
</td>
|
||||
<td>{{cluster.countNodes}}</td>
|
||||
<td><label-on :v-is-on="cluster.isOn"></label-on></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user