优化界面

This commit is contained in:
GoEdgeLab
2022-04-02 11:09:04 +08:00
parent a0dbaa1805
commit 18e6c19a66

View File

@@ -20,7 +20,7 @@
<tbody v-for="group in groups" :data-group-id="group.id">
<tr>
<td style="text-align: center;"><i class="icon bars handle grey"></i> </td>
<td>{{group.name}}</td>
<td><a href="" @click.prevent="updateGroup(group.id)">{{group.name}} <i class="icon clone outline small"></i></a></td>
<td class="center">
<a :href="'/clusters/cluster/nodes?clusterId=' + clusterId + '&groupId=' + group.id" v-if="group.countNodes > 0">{{group.countNodes}}</a>
<span v-else class="disabled">0</span>