diff --git a/src/app/directed_acyclic_graph_raw.ng.html b/src/app/directed_acyclic_graph_raw.ng.html index 499402b..f3d916e 100644 --- a/src/app/directed_acyclic_graph_raw.ng.html +++ b/src/app/directed_acyclic_graph_raw.ng.html @@ -389,6 +389,13 @@ {{ getIterationsFor(group).length }} iterations + @if (showGroupLabel(group)) { +
+ + {{ group.groupLabel }} + +
+ }