mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
[Update] Merge
This commit is contained in:
@@ -12,9 +12,8 @@ export default {
|
|||||||
},
|
},
|
||||||
callback: {
|
callback: {
|
||||||
type: Function,
|
type: Function,
|
||||||
default: () => ({})
|
default: null
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
render(h) {
|
render(h) {
|
||||||
if (typeof this.callback === 'function') {
|
if (typeof this.callback === 'function') {
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<IBox :title="title" fa="fa-info-circle">
|
<IBox :title="title" fa="fa-info-circle">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<el-row v-for="item in items" :key="'card-' + item.key" class="item" :gutter="10">
|
<el-row v-for="item in items" :key="'card-' + item.key" :gutter="10" class="item">
|
||||||
<el-col :span="6"><div class="item-label" :style="{ 'text-align': align }"><label>{{ item.key }}: </label></div></el-col>
|
<el-col :span="6"><div :style="{ 'text-align': align }" class="item-label"><label>{{ item.key }}: </label></div></el-col>
|
||||||
<el-col :span="18"><div class="item-text">
|
<el-col :span="18"><div class="item-text">
|
||||||
<ItemValue :value="item.value" :item="item" :callback="item.callback" />
|
<ItemValue :value="item.value" :item="item" :callback="item.callback" />
|
||||||
</div></el-col>
|
</div></el-col>
|
||||||
|
@@ -702,10 +702,10 @@
|
|||||||
},
|
},
|
||||||
"resetMFAWarningMsg": "",
|
"resetMFAWarningMsg": "",
|
||||||
"resetMFAdSuccessMsg": "",
|
"resetMFAdSuccessMsg": "",
|
||||||
"send": "",
|
"send": "发送",
|
||||||
"resetSSHKey": "",
|
"resetSSHKey": "重置SSH密钥",
|
||||||
"unblockUser": "",
|
"unblockUser": "解锁用户",
|
||||||
"unblock": ""
|
"unblock": "解锁"
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"grantedAssets": "授权的资产",
|
"grantedAssets": "授权的资产",
|
||||||
@@ -715,13 +715,13 @@
|
|||||||
"grantedDatabases": "授权的数据库",
|
"grantedDatabases": "授权的数据库",
|
||||||
"databasePermissionRules": "数据库授权规则"
|
"databasePermissionRules": "数据库授权规则"
|
||||||
},
|
},
|
||||||
"resetPasswordWarningMsg": "",
|
"resetPasswordWarningMsg": "你确定要发送重置用户密码的邮件吗",
|
||||||
"resetPasswordSuccessMsg": "",
|
"resetPasswordSuccessMsg": "发送邮件任务已提交",
|
||||||
"resetSSHKeyWarningMsg": "",
|
"resetSSHKeyWarningMsg": "你确定要发送重置用户的SSH Key的邮件吗?",
|
||||||
"unblockSuccessMsg": "",
|
"unblockSuccessMsg": "解锁成功",
|
||||||
"removeWarningMsg": "",
|
"removeWarningMsg": "你确定移除 ",
|
||||||
"removeSuccessMsg": "",
|
"removeSuccessMsg": "移除成功",
|
||||||
"removeErrorMsg": ""
|
"removeErrorMsg": "移除失败"
|
||||||
},
|
},
|
||||||
"tree": {
|
"tree": {
|
||||||
"AddNode": "",
|
"AddNode": "",
|
||||||
@@ -750,9 +750,9 @@
|
|||||||
"Test": "",
|
"Test": "",
|
||||||
"Action": "",
|
"Action": "",
|
||||||
"delete": "",
|
"delete": "",
|
||||||
"Update success": "",
|
"Update success": "更新重构",
|
||||||
"Update failed": "",
|
"Update failed": "更新失败",
|
||||||
"basic": "",
|
"basic": "基本",
|
||||||
"协议组": "",
|
"协议组": "",
|
||||||
"认证": "",
|
"认证": "",
|
||||||
"节点": "",
|
"节点": "",
|
||||||
|
@@ -246,7 +246,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
console.log(this.object)
|
console.log('Object is', this.object)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user