Remove the Web Applications version column and update action

This commit is contained in:
Steven RYDELL
2026-07-30 12:00:01 +02:00
parent 5dac3490ee
commit 40c04555b4
6 changed files with 9 additions and 261 deletions
-12
View File
@@ -397,17 +397,5 @@
"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"
}
}