New hamann.xml

This commit is contained in:
Simon Martens
2022-03-24 13:27:22 +01:00
parent 5192e43852
commit c1e7680773
399 changed files with 11607 additions and 4400 deletions

View File

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