mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-08-09 17:26:20 +00:00
fix(terminal): handle completed scripts without websocket error
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user