diff --git a/src/i18n/langs/en.json b/src/i18n/langs/en.json index 66678df80..9988fbf27 100644 --- a/src/i18n/langs/en.json +++ b/src/i18n/langs/en.json @@ -836,6 +836,7 @@ "Weekly": "Weekly" }, "ops": { + "SystemError": "System Error", "RunasHelpText": "Fill in the user name to run the script", "RunasPolicyHelpText": "Indicates the account selection strategy when there is no running user on the current asset", "StatusGreen": "Recently in good condition", diff --git a/src/i18n/langs/ja.json b/src/i18n/langs/ja.json index 745477d0e..2acec1549 100644 --- a/src/i18n/langs/ja.json +++ b/src/i18n/langs/ja.json @@ -839,9 +839,10 @@ "Weekly": "週ごと" }, "ops": { + "SystemError": "システムエラー", "RunasHelpText": "スクリプトを実行するユーザー名を入力", "RunasPolicyHelpText": "現在の資産にこの実行ユーザーが存在しない場合にアカウント選択ポリシーを実行することを示します", - "StatusGreen": "最近調子がいい\n", + "StatusGreen": "最近調子がいい", "StatusRed": "最後のタスクの実行に失敗しました", "StatusYellow": "最近の存在の実行に失敗しました", "RunAgain": "再実行", diff --git a/src/i18n/langs/zh.json b/src/i18n/langs/zh.json index 2ef5216c6..d486542ae 100644 --- a/src/i18n/langs/zh.json +++ b/src/i18n/langs/zh.json @@ -835,6 +835,7 @@ "Weekly": "按周" }, "ops": { + "SystemError": "系统错误", "RunasHelpText": "填写运行脚本的用户名", "RunasPolicyHelpText": "表示当前资产上没此运行用户时,采取什么账号选择策略", "StatusGreen": "近期状态良好", diff --git a/src/views/ops/Execution/ExecutionDetail/JobExecutionDetail.vue b/src/views/ops/Execution/ExecutionDetail/JobExecutionDetail.vue index a7c873afd..44c3ef06a 100644 --- a/src/views/ops/Execution/ExecutionDetail/JobExecutionDetail.vue +++ b/src/views/ops/Execution/ExecutionDetail/JobExecutionDetail.vue @@ -51,6 +51,13 @@ + + {{ object.summary.error }} +