优化界面

This commit is contained in:
GoEdgeLab
2021-08-16 14:44:32 +08:00
parent 6b839f3414
commit 2afbd0b1d5
24 changed files with 25 additions and 28 deletions

View File

@@ -18,7 +18,7 @@
</tr>
</thead>
<tr v-for="user in users">
<td :class="{disabled:!user.isOn}">{{user.username}}</td>
<td :class="{disabled:!user.isOn}"><a :href="'/users/user?userId=' + user.id">{{user.username}}</a></td>
<td :class="{disabled:!user.isOn}">{{user.fullname}}</td>
<td>
<span v-if="user.cluster != null">{{user.cluster.name}} <link-icon :href="'/clusters/cluster?clusterId=' + user.cluster.id"></link-icon></span>