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",
+8
View File
@@ -1201,6 +1201,12 @@
"applyUpdate": "Aktualizovať",
"upToDate": "Aktuálne",
"runUpdater": "Spustiť aktualizáciu",
"terminalTitle": "Aktualizácia — CT {vmid}",
"terminalDescriptionOs": "Aktualizujem balíky systému v kontajneri...",
"terminalDescriptionApp": "Spúšťam aktualizáciu aplikácie v kontajneri...",
"terminalDescriptionBoth": "Aktualizujem systém aj aplikácie v kontajneri...",
"terminalCompletedSuccessfully": "Aktualizácia bola úspešne dokončená",
"terminalCompletedWithError": "Aktualizácia skončila s chybovým kódom {code}",
"applyOsPlusApp": "Aktualizovať systém + {appName}",
"applyOsPlusApps": "Aktualizovať systém + aplikácie",
"osPlusApp": "Aktualizácie systému + {appName}",
@@ -4155,6 +4161,8 @@
"offline": "Offline",
"websocketError": "Chyba WebSocket spojenia",
"connectionClosed": "Spojenie bolo zatvorené",
"completedSuccessfully": "Skript sa úspešne dokončil",
"completedWithError": "Skript skončil s chybovým kódom {code}",
"yes": "Áno",
"yourInput": "Tvoj vstup:",
"submit": "Odoslať",