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