List every provider kind with direct settings and admin links, move FedWiki under the integrations route, and add in-shell operator 404s. Report sync health from Temporal schedule executions and clear one-shot settings feedback parameters after display.
8 lines
439 B
HTML
8 lines
439 B
HTML
<!-- Operator-subtree 404 — rendered (with status 404) for any /operator/*
|
|
path no handler claims, so a mistyped or truncated operator URL stays
|
|
inside the operator shell instead of silently falling through to the
|
|
member dashboard. -->
|
|
<h1 class="mb-1">Page not found</h1>
|
|
<p class="text-muted">There is no operator page at <code>{{ .Path }}</code>.</p>
|
|
<p><a href="/operator">← Back to the operator overview</a></p>
|