Updated WebUI

This commit is contained in:
2024-10-31 17:02:28 +02:00
parent 9e8bfbbe16
commit 44d8b4684e
2100 changed files with 14269 additions and 217 deletions

View File

@@ -0,0 +1,23 @@
@inherits LayoutComponentBase
<RadzenComponents @rendermode="InteractiveServer" />
<div class="page">
<div class="sidebar">
<NavMenu/>
</div>
<main>
<RadzenPanel Style="height: 100%; width: 100%">
<article class="content px-4">
@Body
</article>
</RadzenPanel>
</main>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.
<a href="" class="reload">Reload</a>
<a class="dismiss">🗙</a>
</div>