feat: terminal日志回放,节前提交一半关机没提成功

This commit is contained in:
chenjinsong
2021-02-18 10:13:52 +08:00
parent cb9e0fcd60
commit aee43ea920
11 changed files with 827 additions and 133 deletions

View File

@@ -669,6 +669,13 @@ const en = {
terminallog: {
terminallog: 'Terminal log',
status: 'Status',//"状态"
statusItem: {
connecting: "Connecting",
connectionFailed: "Connection failed",
over: "Over",
kickedOut: "Kicked out",
unknownError: "Unknown error"
},
option: 'Operation',//"操作",
host: 'Host',
cmd: 'CMD',
@@ -693,7 +700,18 @@ const en = {
path: 'Path',
file: 'File',
success: 'Success',
fail: 'Fail'
fail: 'Fail',
startTime: "Start time",
duration: "Duration",
remote: "Remote",
replay: "Replay",
log: "Log",
record: {
record: "Record",
history: "History record",
dangerTip: "This CMD may be dangerous",
legendTip: "Legend description",
}
},
operationlog: {
operationlog: 'Operation log',