mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Added location dropdown selection for Assets view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user