mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-02 18:00:24 +08:00
[SSH认证]记录创建的管理员ID
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<table class="ui table selectable celled" v-if="grants.length > 0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="center">ID</th>
|
||||
<th>名称</th>
|
||||
<th>类型</th>
|
||||
<th class="center width5">集群数</th>
|
||||
@@ -15,7 +14,6 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tr v-for="grant in grants">
|
||||
<td class="center">{{grant.id}}</td>
|
||||
<td>{{grant.name}}</td>
|
||||
<td>
|
||||
<span class="ui label tiny basic">{{grant.method.name}}</span>
|
||||
|
||||
Reference in New Issue
Block a user