From 6e8c93657e56e73d77b83a20823da126cc2c7c13 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Thu, 23 Feb 2023 15:19:24 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=A2=9E=E5=8A=A0=E4=BD=9C=E4=B8=9A?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E7=B3=BB=E7=BB=9F=E9=94=99=E8=AF=AF=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.json | 1 + src/i18n/langs/ja.json | 3 ++- src/i18n/langs/zh.json | 1 + .../ops/Execution/ExecutionDetail/JobExecutionDetail.vue | 7 +++++++ 4 files changed, 11 insertions(+), 1 deletion(-) 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 }} +