[SSH认证]记录创建的管理员ID

This commit is contained in:
GoEdgeLab
2020-11-27 10:02:41 +08:00
parent af69eb23f8
commit edf34e0d0e

View File

@@ -6,7 +6,6 @@
<table class="ui table selectable celled" v-if="grants.length > 0"> <table class="ui table selectable celled" v-if="grants.length > 0">
<thead> <thead>
<tr> <tr>
<th class="center">ID</th>
<th>名称</th> <th>名称</th>
<th>类型</th> <th>类型</th>
<th class="center width5">集群数</th> <th class="center width5">集群数</th>
@@ -15,7 +14,6 @@
</tr> </tr>
</thead> </thead>
<tr v-for="grant in grants"> <tr v-for="grant in grants">
<td class="center">{{grant.id}}</td>
<td>{{grant.name}}</td> <td>{{grant.name}}</td>
<td> <td>
<span class="ui label tiny basic">{{grant.method.name}}</span> <span class="ui label tiny basic">{{grant.method.name}}</span>