fix(terminal): handle completed scripts without websocket error

This commit is contained in:
Codex
2026-08-09 09:50:18 +02:00
parent 8a5f7a4cb8
commit 547942cac8
5 changed files with 147 additions and 20 deletions
+8
View File
@@ -1201,6 +1201,12 @@
"applyUpdate": "Apply update",
"upToDate": "Up to date",
"runUpdater": "Run updater",
"terminalTitle": "Apply updates — CT {vmid}",
"terminalDescriptionOs": "Applying OS package updates inside the container...",
"terminalDescriptionApp": "Running the application updater inside the container...",
"terminalDescriptionBoth": "Applying OS package and application updates inside the container...",
"terminalCompletedSuccessfully": "Updates completed successfully",
"terminalCompletedWithError": "Updates finished with error code {code}",
"applyOsPlusApp": "Apply OS + {appName} updates",
"applyOsPlusApps": "Apply OS + Apps updates",
"osPlusApp": "OS + {appName} updates",
@@ -4649,6 +4655,8 @@
"offline": "Offline",
"websocketError": "WebSocket error occurred",
"connectionClosed": "Connection closed",
"completedSuccessfully": "Script completed successfully",
"completedWithError": "Script finished with error code {code}",
"yes": "Yes",
"yourInput": "Your input:",
"submit": "Submit",