修复选择集群弹窗页面可能只显示前6个集群的Bug

This commit is contained in:
GoEdgeLab
2022-02-28 14:41:55 +08:00
parent b75f44947b
commit 998f1e6c50
2 changed files with 6 additions and 4 deletions

View File

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