mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 21:50:28 +08:00
版本认证中增加公司/组织名
This commit is contained in:
@@ -41,6 +41,7 @@ func (this *IndexAction) RunGet(params struct{}) {
|
|||||||
"dayTo": keyResp.AuthorityKey.DayTo,
|
"dayTo": keyResp.AuthorityKey.DayTo,
|
||||||
"macAddresses": keyResp.AuthorityKey.MacAddresses,
|
"macAddresses": keyResp.AuthorityKey.MacAddresses,
|
||||||
"hostname": keyResp.AuthorityKey.Hostname,
|
"hostname": keyResp.AuthorityKey.Hostname,
|
||||||
|
"company": keyResp.AuthorityKey.Company,
|
||||||
"isExpired": !isActive,
|
"isExpired": !isActive,
|
||||||
"updatedTime": timeutil.FormatTime("Y-m-d H:i:s", keyResp.AuthorityKey.UpdatedAt),
|
"updatedTime": timeutil.FormatTime("Y-m-d H:i:s", keyResp.AuthorityKey.UpdatedAt),
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,10 @@
|
|||||||
<span class="green">已认证</span>
|
<span class="green">已认证</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>公司/组织名</td>
|
||||||
|
<td>{{key.company}}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="title">开始日期</td>
|
<td class="title">开始日期</td>
|
||||||
<td>{{key.dayFrom}}</td>
|
<td>{{key.dayFrom}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user