Merge pull request #9939 from opf/fix/team-planner-loading-indicator
Fix loading indicator on team plannerpull/9944/head
commit
5cc506e783
@ -1,17 +1,14 @@ |
|||||||
<div class="op-team-planner loading-indicator--location" |
<ng-container |
||||||
[attr.data-indicator-name]="'table'"> |
*ngIf="(calendarOptions$ | async) as calendarOptions" |
||||||
<ng-container |
> |
||||||
*ngIf="(calendarOptions$ | async) as calendarOptions" |
<full-calendar |
||||||
> |
#ucCalendar |
||||||
<full-calendar |
*ngIf="calendarOptions" |
||||||
#ucCalendar |
[options]="calendarOptions" |
||||||
*ngIf="calendarOptions" |
></full-calendar> |
||||||
[options]="calendarOptions" |
</ng-container> |
||||||
></full-calendar> |
<ng-template #resourceContent let-resource="resource"> |
||||||
</ng-container> |
<op-principal |
||||||
<ng-template #resourceContent let-resource="resource"> |
[principal]="resource.extendedProps.user" |
||||||
<op-principal |
></op-principal> |
||||||
[principal]="resource.extendedProps.user" |
</ng-template> |
||||||
></op-principal> |
|
||||||
</ng-template> |
|
||||||
</div> |
|
||||||
|
Loading…
Reference in new issue