feat(host): role-gated Program.cs composes all v2 components

This commit is contained in:
Joseph Doherty
2026-05-26 05:22:59 -04:00
parent eb4280b7eb
commit e2b357f89a
6 changed files with 155 additions and 1 deletions
@@ -0,0 +1,11 @@
@inherits LayoutComponentBase
<div class="container mt-3">
<nav class="d-flex gap-3 mb-3 border-bottom pb-2">
<strong>OtOpcUa</strong>
<a href="/deployments">Deployments</a>
</nav>
<main>
@Body
</main>
</div>