mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-03 02:10:25 +08:00
[SSH认证]记录创建的管理员ID
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user