Added Classes for detecting Root Elements of Hamann-Collections

This commit is contained in:
schnulller
2022-06-02 19:26:43 +02:00
parent 2762a5e310
commit 35ce2034f7
20 changed files with 526 additions and 40 deletions

View File

@@ -1,3 +1,4 @@
@model UploadViewModel;
Hello from Upload Index!
<form id="uploadForm" action="Upload" method="post"
@@ -18,6 +19,11 @@ Hello from Upload Index!
</div>
</form>
@foreach (var item in Model.AvailableRoots.OrderBy(x => x.Item1))
{
<div>@item.Item1</div>
}
@section Scripts {
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"