Show WebUI version and update action in the Web Applications list

This commit is contained in:
Steven RYDELL
2026-07-29 06:48:41 +02:00
parent 8fde771ff2
commit bd16e64e51
5 changed files with 274 additions and 13 deletions
+12
View File
@@ -371,5 +371,17 @@
"failedToLoad": "Failed to load",
"noGetResponse": "No get response",
"objectNotFound": "Object not found"
},
"webApps": {
"confirm": "Update",
"confirmBody": "The application will be updated from v{{from}} to v{{to}}. The server downloads the new package and starts serving it immediately.",
"confirmTitle": "Update application?",
"updateFailed": "Update failed",
"updateRejected": "The server rejected the update.",
"updateStarted": "Update started",
"updateStartedBody": "The server is downloading the latest version. Reload the page in a few seconds to use it.",
"updateTo": "Update to v{{version}}",
"upToDate": "Up to date",
"version": "Version"
}
}