mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
perf: 增加作业中心系统错误显示
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -839,9 +839,10 @@
|
||||
"Weekly": "週ごと"
|
||||
},
|
||||
"ops": {
|
||||
"SystemError": "システムエラー",
|
||||
"RunasHelpText": "スクリプトを実行するユーザー名を入力",
|
||||
"RunasPolicyHelpText": "現在の資産にこの実行ユーザーが存在しない場合にアカウント選択ポリシーを実行することを示します",
|
||||
"StatusGreen": "最近調子がいい\n",
|
||||
"StatusGreen": "最近調子がいい",
|
||||
"StatusRed": "最後のタスクの実行に失敗しました",
|
||||
"StatusYellow": "最近の存在の実行に失敗しました",
|
||||
"RunAgain": "再実行",
|
||||
|
||||
@@ -835,6 +835,7 @@
|
||||
"Weekly": "按周"
|
||||
},
|
||||
"ops": {
|
||||
"SystemError": "系统错误",
|
||||
"RunasHelpText": "填写运行脚本的用户名",
|
||||
"RunasPolicyHelpText": "表示当前资产上没此运行用户时,采取什么账号选择策略",
|
||||
"StatusGreen": "近期状态良好",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user