diff --git a/src/views/entityExplorer/entityList/entityListMixin.js b/src/views/entityExplorer/entityList/entityListMixin.js index f18255aa..7301108f 100644 --- a/src/views/entityExplorer/entityList/entityListMixin.js +++ b/src/views/entityExplorer/entityList/entityListMixin.js @@ -140,7 +140,7 @@ export default { path: '/entityGraph', query: { entityType: this.entityData.entityType, - name: this.entityData.ipAddr || this.entityData.domainName || this.entityData.appName + entityName: this.entityData.ipAddr || this.entityData.domainName || this.entityData.appName } }) window.open(href, '_blank')