feat(host): role-gated Program.cs composes all v2 components
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user