mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-24 09:28:54 +00:00
fix: 查看节点详情不包含节点key信息
This commit is contained in:
parent
89c6936d56
commit
582b2582bf
@ -357,8 +357,7 @@ export default {
|
|||||||
this.nodeInfoDialogSetting.items = [
|
this.nodeInfoDialogSetting.items = [
|
||||||
{ key: 'id', label: 'ID', value: res.id },
|
{ key: 'id', label: 'ID', value: res.id },
|
||||||
{ key: 'name', label: this.$t('assets.Name'), value: res.name },
|
{ key: 'name', label: this.$t('assets.Name'), value: res.name },
|
||||||
{ key: 'fullName', label: this.$t('assets.FullName'), value: res.full_value },
|
{ key: 'fullName', label: this.$t('assets.FullName'), value: res.full_value }
|
||||||
{ key: 'key', label: this.$t('assets.Key'), value: res.key }
|
|
||||||
]
|
]
|
||||||
}).catch(error => {
|
}).catch(error => {
|
||||||
this.$message.error(this.$t('common.getErrorMsg' + ' ' + error))
|
this.$message.error(this.$t('common.getErrorMsg' + ' ' + error))
|
||||||
|
Loading…
Reference in New Issue
Block a user