Skip to content

Commit

Permalink
Show topology node with only a scadaPanelId
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Oct 1, 2024
1 parent ae0018b commit 8f96d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/TopologyDisplayView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ getTopologyNodes().then((response) => {
function topologyNodeIsVisible(node: TopologyNode): boolean {
if (node.url !== undefined) return true
if (node.scadaPanelId !== undefined) return true
if (
node.filterIds !== undefined &&
node.filterIds.length == 1 &&
Expand Down

0 comments on commit 8f96d72

Please sign in to comment.