Gläser-Seite hinzugefügt
This commit is contained in:
parent
9ba01ba2a3
commit
bdf7cabc0a
10
CocktailWeb/Pages/Settings/Glaeser.razor
Normal file
10
CocktailWeb/Pages/Settings/Glaeser.razor
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
@page "/settings/glaeser"
|
||||||
|
@using Microsoft.AspNetCore.Components.Sections
|
||||||
|
|
||||||
|
<SectionContent SectionId="TopRow.Title">
|
||||||
|
<label>Einstellungen - Gläser</label>
|
||||||
|
</SectionContent>
|
||||||
|
|
||||||
|
@code {
|
||||||
|
|
||||||
|
}
|
||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user