mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
feat: 增加按钮提示
This commit is contained in:
@@ -844,6 +844,8 @@
|
||||
"TotalJobLog": "Total job log"
|
||||
},
|
||||
"ops": {
|
||||
"Save": "Save",
|
||||
"Reset": "Reset",
|
||||
"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",
|
||||
|
||||
@@ -840,6 +840,8 @@
|
||||
"Weekly": "週ごと"
|
||||
},
|
||||
"ops": {
|
||||
"Save": "保存#ホゾン#",
|
||||
"Reset": "リストア",
|
||||
"SystemError": "システムエラー",
|
||||
"RunasHelpText": "スクリプトを実行するユーザー名を入力",
|
||||
"RunasPolicyHelpText": "現在の資産にこの実行ユーザーが存在しない場合にアカウント選択ポリシーを実行することを示します",
|
||||
|
||||
@@ -839,6 +839,8 @@
|
||||
"Weekly": "按周"
|
||||
},
|
||||
"ops": {
|
||||
"Save": "保存",
|
||||
"Reset": "还原",
|
||||
"SystemError": "系统错误",
|
||||
"RunasHelpText": "填写运行脚本的用户名",
|
||||
"RunasPolicyHelpText": "表示当前资产上没此运行用户时,采取什么账号选择策略",
|
||||
|
||||
@@ -78,6 +78,7 @@ export default {
|
||||
type: 'button',
|
||||
align: 'left',
|
||||
icon: 'fa fa-save',
|
||||
tip: this.$tc('ops.Save'),
|
||||
el: {
|
||||
type: 'primary'
|
||||
},
|
||||
@@ -88,7 +89,8 @@ export default {
|
||||
reset: {
|
||||
type: 'button',
|
||||
align: 'left',
|
||||
icon: 'fa fa-refresh',
|
||||
icon: 'fa fa-undo',
|
||||
tip: this.$tc('ops.Reset'),
|
||||
el: {
|
||||
type: 'primary'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user