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