Show active WebUI column in x:Application list and active app info card

This commit is contained in:
Steven RYDELL
2026-07-30 13:03:05 +02:00
parent 231f2ec3ee
commit aa48b90323
2 changed files with 79 additions and 5 deletions
+6 -1
View File
@@ -309,7 +309,8 @@
"showing": "Showing {{from}}-{{to}} of {{total}} {{name}}",
"showingItems": "Showing {{count}} items",
"sort": "Sort",
"unknownError": "Unknown error"
"unknownError": "Unknown error",
"active": "Active"
},
"login": {
"continue": "Continue",
@@ -397,5 +398,9 @@
"failedToLoad": "Failed to load",
"noGetResponse": "No get response",
"objectNotFound": "Object not found"
},
"webApplications": {
"activeWebUI": "Active WebUI",
"version": "Version"
}
}