diff --git a/ogWebconsole/src/app/components/groups/groups.component.ts b/ogWebconsole/src/app/components/groups/groups.component.ts index ef3ce4f..8f24ef7 100644 --- a/ogWebconsole/src/app/components/groups/groups.component.ts +++ b/ogWebconsole/src/app/components/groups/groups.component.ts @@ -235,6 +235,7 @@ export class GroupsComponent implements OnInit, OnDestroy { } else { this.selectedNode = null; this.selectedClients.data = []; + this.initialLoading = false; } } },