Startseite Anzeige gefixt

This commit is contained in:
schnulller
2022-02-02 16:36:49 +01:00
parent 96cf76ba32
commit 6b268a5cf7

View File

@@ -91,7 +91,7 @@
Band  Band 
   
<select class="form-control hform" asp-for="havolume"> <select class="form-control hform" asp-for="havolume">
@foreach (var y in lib.Options.AvailableVolumes) @foreach (var y in lib.Structure.Keys.OrderBy(x => Int32.Parse(x)))
{ {
<option>@y</option> <option>@y</option>
} }