mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 21:47:06 +08:00
feat(ui): ipam - update address table display
This commit is contained in:
@@ -333,7 +333,7 @@ export default {
|
|||||||
const attrList = getAttrRes.attributes
|
const attrList = getAttrRes.attributes
|
||||||
|
|
||||||
const filterAttrList = _.remove(attrList, (item) => {
|
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 = []
|
const columns = []
|
||||||
|
Reference in New Issue
Block a user