Merge branch 'chore/admin-trim-page-notices'
Trim explanatory notices from the role-grants and certificates pages.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<h1 class="page-title">Certificate trust</h1>
|
<h1 class="page-title">Certificate trust</h1>
|
||||||
|
|
||||||
<section class="panel notice rise" style="animation-delay:.02s">
|
<section class="panel notice rise" style="animation-delay:.02s">
|
||||||
PKI store root <span class="mono">@Certs.PkiStoreRoot</span>. Trusting a rejected cert moves the file into the trusted store — the OPC UA server picks up the change on the next client handshake, so operators should retry the rejected client's connection after trusting.
|
PKI store root <span class="mono">@Certs.PkiStoreRoot</span>. Trusting a rejected cert moves the file into the trusted store — the OPC UA server picks up the change on the next client handshake.
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@if (_status is not null)
|
@if (_status is not null)
|
||||||
|
|||||||
@@ -16,14 +16,6 @@
|
|||||||
|
|
||||||
<h1 class="page-title">LDAP group → Admin role grants</h1>
|
<h1 class="page-title">LDAP group → Admin role grants</h1>
|
||||||
|
|
||||||
<section class="panel notice rise" style="animation-delay:.02s">
|
|
||||||
Maps LDAP groups to Admin UI roles (ConfigViewer / ConfigEditor / FleetAdmin). Control-plane
|
|
||||||
only — OPC UA data-path authorization reads <span class="mono">NodeAcl</span> rows directly and is
|
|
||||||
unaffected by these mappings (see decision #150). A fleet-wide grant applies across every
|
|
||||||
cluster; a cluster-scoped grant only binds within the named cluster. The same LDAP group
|
|
||||||
may hold different roles on different clusters.
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<div class="d-flex justify-content-end mb-3">
|
<div class="d-flex justify-content-end mb-3">
|
||||||
<button class="btn btn-primary btn-sm" @onclick="StartAdd">Add grant</button>
|
<button class="btn btn-primary btn-sm" @onclick="StartAdd">Add grant</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user