feat: Docker管理器添加进入容器和查看日志功能按钮

#49
This commit is contained in:
Baobhan Sith
2025-06-04 09:55:31 +08:00
parent 4d22bcb3c9
commit a81fb6fdaf
4 changed files with 34 additions and 5 deletions
+3 -1
View File
@@ -1387,7 +1387,9 @@
"restart": "Restart",
"stop": "Stop",
"start": "Start",
"remove": "Remove"
"remove": "Remove",
"enter": "Enter",
"logs": "Logs"
},
"waitingForSsh": "Waiting for SSH connection...",
"stats": {
+4 -1
View File
@@ -316,7 +316,10 @@
"remove": "削除",
"restart": "再起動",
"start": "起動",
"stop": "停止"
"stop": "停止",
"enter": "入力",
"logs": "ログ"
},
"error": {
"commandFailed": "リモートコマンド'{command}'の実行に失敗しました",
+3 -1
View File
@@ -1391,7 +1391,9 @@
"restart": "重启",
"stop": "停止",
"start": "启动",
"remove": "移除"
"remove": "移除",
"enter": "进入",
"logs": "日志"
},
"waitingForSsh": "等待 SSH 连接...",
"stats": {