Implemented owner dropdown with Tomselect in Assets view

This commit is contained in:
2025-10-26 11:17:52 +01:00
parent 1ea286cf9c
commit 6a6e641621
3 changed files with 87 additions and 32 deletions

View File

@@ -20,7 +20,9 @@
<script>
window.appTranslations = {
selectLocation: '@T["Select location"]',
errorLoading: '@T["Error loading locations"]'
errorLoadingLocations: '@T["Error loading locations"]',
selectUser: '@T["Select user"]',
errorLoadingUsers: '@T["Error loading users"]'
};
</script>
</head>