perf: 增加作业中心系统错误显示

This commit is contained in:
Aaron3S
2023-02-23 15:19:24 +08:00
committed by huailei
parent 0b5d7c8ca1
commit 6e8c93657e
4 changed files with 11 additions and 1 deletions

View File

@@ -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",

View File

@@ -839,9 +839,10 @@
"Weekly": "週ごと"
},
"ops": {
"SystemError": "システムエラー",
"RunasHelpText": "スクリプトを実行するユーザー名を入力",
"RunasPolicyHelpText": "現在の資産にこの実行ユーザーが存在しない場合にアカウント選択ポリシーを実行することを示します",
"StatusGreen": "最近調子がいい\n",
"StatusGreen": "最近調子がいい",
"StatusRed": "最後のタスクの実行に失敗しました",
"StatusYellow": "最近の存在の実行に失敗しました",
"RunAgain": "再実行",

View File

@@ -835,6 +835,7 @@
"Weekly": "按周"
},
"ops": {
"SystemError": "系统错误",
"RunasHelpText": "填写运行脚本的用户名",
"RunasPolicyHelpText": "表示当前资产上没此运行用户时,采取什么账号选择策略",
"StatusGreen": "近期状态良好",

View File

@@ -51,6 +51,13 @@
</el-collapse-item>
</el-collapse>
</IBox>
<IBox
v-if="object.summary.error"
type="danger"
:title="$tc('ops.SystemError') "
>
{{ object.summary.error }}
</IBox>
</el-col>
</el-row>
</template>