mirror of https://github.com/veops/cmdb.git
Merge pull request #651 from veops/dev_ui_241206
feat(ui): ipam - update address table display
This commit is contained in:
commit
f65c5a8c56
|
@ -333,7 +333,7 @@ export default {
|
|||
const attrList = getAttrRes.attributes
|
||||
|
||||
const filterAttrList = _.remove(attrList, (item) => {
|
||||
return ['ip', 'subnet_mask', 'assign_status', 'is_used', '_updated_by', '_updated_at'].includes(item.name)
|
||||
return ['ip', 'subnet_mask', 'assign_status', 'is_used', '_updated_by', '_updated_at', 'ipam_address_id'].includes(item.name)
|
||||
})
|
||||
|
||||
const columns = []
|
||||
|
|
Loading…
Reference in New Issue