Added location dropdown selection for Assets view

This commit is contained in:
2025-10-26 09:06:59 +01:00
parent c47d7f2dae
commit 2e8aee2181
4 changed files with 53 additions and 4 deletions

View File

@@ -17,6 +17,12 @@
<link rel="preload" href="~/css/site.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="~/css/site.css"></noscript>
<link rel="stylesheet" href="~/Berufsschule_HAM.styles.css" asp-append-version="true" />
<script>
window.appTranslations = {
selectLocation: '@T["Select location"]',
errorLoading: '@T["Error loading locations"]'
};
</script>
</head>
<body data-bs-theme="dark">
<script>