diff --git a/internal/web/actions/default/settings/authority/index.go b/internal/web/actions/default/settings/authority/index.go index 49a47f39..9feef0f8 100644 --- a/internal/web/actions/default/settings/authority/index.go +++ b/internal/web/actions/default/settings/authority/index.go @@ -42,6 +42,7 @@ func (this *IndexAction) RunGet(params struct{}) { "macAddresses": keyResp.AuthorityKey.MacAddresses, "hostname": keyResp.AuthorityKey.Hostname, "company": keyResp.AuthorityKey.Company, + "nodes": keyResp.AuthorityKey.Nodes, "isExpired": !isActive, "updatedTime": timeutil.FormatTime("Y-m-d H:i:s", keyResp.AuthorityKey.UpdatedAt), } diff --git a/web/views/@default/settings/authority/index.html b/web/views/@default/settings/authority/index.html index beaa8007..2b4b2344 100644 --- a/web/views/@default/settings/authority/index.html +++ b/web/views/@default/settings/authority/index.html @@ -7,11 +7,15 @@
| 状态 | +状态 | 已认证 | 
| 节点数限制 | +{{key.nodes}}个节点 | +|
| 公司/组织名 | {{key.company}} |