Merge branch 'chore/admin-trim-page-notices'

Trim explanatory notices from the role-grants and certificates pages.
This commit is contained in:
Joseph Doherty
2026-05-18 03:34:20 -04:00
2 changed files with 1 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
<h1 class="page-title">Certificate trust</h1>
<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>
@if (_status is not null)

View File

@@ -16,14 +16,6 @@
<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">
<button class="btn btn-primary btn-sm" @onclick="StartAdd">Add grant</button>
</div>