diff --git a/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue b/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue index cd848d82..ae3dae70 100644 --- a/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue +++ b/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue @@ -128,7 +128,7 @@ export default { let className switch (_.get(this.node, 'data.entityType', '')) { case ('ip'): { - className = 'cn-icon cn-icon-ip2' + className = 'cn-icon cn-icon-resolve-ip' break } case ('domain'): { diff --git a/src/views/entityExplorer/entityGraph/GraphEntityList.vue b/src/views/entityExplorer/entityGraph/GraphEntityList.vue index f8350426..8b730671 100644 --- a/src/views/entityExplorer/entityGraph/GraphEntityList.vue +++ b/src/views/entityExplorer/entityGraph/GraphEntityList.vue @@ -182,7 +182,7 @@ export default { let className switch (_.get(this.node, 'data.entityType', '')) { case ('ip'): { - className = 'cn-icon cn-icon-ip2' + className = 'cn-icon cn-icon-resolve-ip' break } case ('domain'): {