diff --git a/static/js/main.js b/static/js/main.js index b5fef3b..1639714 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1380,12 +1380,11 @@ class DNSReconApp { if (node.incoming_edges && node.incoming_edges.length > 0) { html += ` -
-
-

⬅️Source Relationships

-
${node.incoming_edges.length}
-
-
+
'; } if (node.outgoing_edges && node.outgoing_edges.length > 0) { html += ` -
-
-

➡️Target Relationships

-
${node.outgoing_edges.length}
-
-
+
'; } return html; @@ -1674,7 +1672,7 @@ class DNSReconApp { if (this.elements.modalTitle) { this.elements.modalTitle.innerHTML = ` ${this.getNodeTypeIcon(node.type)} - ${this.formatStatus(node.type)} Node + ${node.id} `; }