From 8b55df05de918b58edb6dbf2cdc64d570c199d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Thu, 2 Dec 2021 09:38:46 +0100 Subject: [PATCH] Fix loading indicator on team planner --- .../page/team-planner-page.component.ts | 4 --- .../planner/team-planner.component.html | 31 +++++++++---------- 2 files changed, 14 insertions(+), 21 deletions(-) diff --git a/frontend/src/app/features/team-planner/team-planner/page/team-planner-page.component.ts b/frontend/src/app/features/team-planner/team-planner/page/team-planner-page.component.ts index 7a0cb39b48..406c192536 100644 --- a/frontend/src/app/features/team-planner/team-planner/page/team-planner-page.component.ts +++ b/frontend/src/app/features/team-planner/team-planner/page/team-planner-page.component.ts @@ -77,10 +77,6 @@ export class TeamPlannerPageComponent extends PartitionedQuerySpacePageComponent ); } - protected set loadingIndicator(promise:Promise) { - this.loadingIndicatorService.indicator('calendar-entry').promise = promise; - } - /** * We need to set the current partition to the grid to ensure * either side gets expanded to full width if we're not in '-split' mode. diff --git a/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html b/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html index c352246dd8..eb1273726f 100644 --- a/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html +++ b/frontend/src/app/features/team-planner/team-planner/planner/team-planner.component.html @@ -1,17 +1,14 @@ -
- - - - - - -
+ + + + + +