Details
Assignee
UnassignedUnassignedReporter
Ryan RobinsonRyan RobinsonComponents
Affects versions
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Ryan Robinson
Ryan RobinsonComponents
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 1, 2019 at 3:59 PM
Updated September 21, 2021 at 9:27 PM
Is there a way to disable the group clusters that are created when zooming out on the map? I would like to have the map stay spread out then group areas together.
I looked in the map.jsp:
<!-- Template to build the popup for each group cluster -->
<div id="multi-popup" class="node-marker-multiple" style="display:none">
<h4># of nodes: {NUMBER_NODES} ({NUMBER_UNACKED} Unacknowledged Alarms)</h4>
<p>
<a href="<%= baseHref %>topology?provider=Enhanced+Linkd&focus-vertices={NODE_IDS}" target="_blank">View in Topology Map</a>
</p>
<p>
{TABLE_CONTENT}
</p>
</div>
Thinking that this would disable the cluster groups.
I would like another opinion on how this is posible.