Files
member-console/internal/embeds/templates/partials/operator_not_found.html
T
cgalo5758 259c935981 Unify operator integration management
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.
2026-07-23 00:14:21 -05:00

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">&larr; Back to the operator overview</a></p>