observeinc / entity-explorer

Observe Entity Explorer provides advanced relationship analysis of Observe entities
Apache License 2.0
1 stars 0 forks source link

Add hyperlinks to each of the graphviz widgets #30

Closed danielodievich closed 1 month ago

danielodievich commented 5 months ago

Add URL and target for each entity pointing back at the entity explorer

  subgraph cluster_ds_datastream {
    label="🎏 DataStreams (1)"
    "DS_41014915" [label="📅RawConfigLogs" shape="hexagon" color="green" URL="https://google.com" target="_blank"]
  }
danielodievich commented 1 month ago

Implemented