Gläser-Seite hinzugefügt

This commit is contained in:
BuildTools 2024-02-07 19:55:40 +01:00
parent 9ba01ba2a3
commit bdf7cabc0a
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
@page "/settings/glaeser"
@using Microsoft.AspNetCore.Components.Sections
<SectionContent SectionId="TopRow.Title">
<label>Einstellungen - Gläser</label>
</SectionContent>
@code {
}

View File

@ -1,6 +1,5 @@
@using Microsoft.AspNetCore.Components.Sections @using Microsoft.AspNetCore.Components.Sections
<div class="d-flex align-items-center fixed-top justify-content-between px-4 bg-dark border-primary-subtle" style="border-bottom: 1px solid #d6d5d5; height: 56px; align-items: center; top: 0; z-index: 1;"> <div class="d-flex align-items-center fixed-top justify-content-between px-4 bg-dark border-primary-subtle" style="border-bottom: 1px solid #d6d5d5; height: 56px; align-items: center; top: 0; z-index: 1;">
<div class="d-flex gap-3 align-items-center"> <div class="d-flex gap-3 align-items-center">
<a class="btn btn-primary" href="/"> <a class="btn btn-primary" href="/">
@ -22,6 +21,7 @@
<a class="dropdown-item" href="/settings/maschine">Maschine</a> <a class="dropdown-item" href="/settings/maschine">Maschine</a>
<a class="dropdown-item" href="/settings/flaschen">Zutaten</a> <a class="dropdown-item" href="/settings/flaschen">Zutaten</a>
<a class="dropdown-item" href="/settings/cocktails">Cocktails</a> <a class="dropdown-item" href="/settings/cocktails">Cocktails</a>
<a class="dropdown-item" href="/settings/glaeser">Gläser</a>
<a class="dropdown-item" href="/serialtest">Serial Test</a> <a class="dropdown-item" href="/serialtest">Serial Test</a>
</div> </div>
</div> </div>