Skip to content
Snippets Groups Projects
Commit 67e7d3f2 authored by Maiykol's avatar Maiykol
Browse files

add group name changes to legend; the previous change should also remove old...

add group name changes to legend; the previous change should also remove old nodeGroups and old edgeGroups on config changes from the legend
parent 79a597b4
No related branches found
No related tags found
No related merge requests found
Pipeline #11029 failed
......@@ -10,7 +10,7 @@
<td>
<img [src]="nodeGroup.value.image" class="legend-icon"/>
</td>
<td>&nbsp;{{ nodeGroup.value.name }}</td>
<td>&nbsp;{{ nodeGroup.value.groupName }}</td>
</ng-container>
<ng-container *ngIf="!nodeGroup.value.image">
......@@ -30,7 +30,7 @@
>
</span>
</td>
<td>&nbsp;{{ nodeGroup.value.name }}</td>
<td>&nbsp;{{ nodeGroup.value.groupName }}</td>
</ng-container>
</tr>
......@@ -41,7 +41,7 @@
<td>
<hr class="edge" [style.background-color]=edgeGroup.value.color>
</td>
<td>&nbsp;{{ edgeGroup.value.name }}</td>
<td>&nbsp;{{ edgeGroup.value.groupName }}</td>
</tr>
</ng-container>
</table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment