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" |
||||
[attr.data-indicator-name]="'table'"> |
||||
<ng-container |
||||
*ngIf="(calendarOptions$ | async) as calendarOptions" |
||||
> |
||||
<full-calendar |
||||
#ucCalendar |
||||
*ngIf="calendarOptions" |
||||
[options]="calendarOptions" |
||||
></full-calendar> |
||||
</ng-container> |
||||
<ng-template #resourceContent let-resource="resource"> |
||||
<op-principal |
||||
[principal]="resource.extendedProps.user" |
||||
></op-principal> |
||||
</ng-template> |
||||
</div> |
||||
<ng-container |
||||
*ngIf="(calendarOptions$ | async) as calendarOptions" |
||||
> |
||||
<full-calendar |
||||
#ucCalendar |
||||
*ngIf="calendarOptions" |
||||
[options]="calendarOptions" |
||||
></full-calendar> |
||||
</ng-container> |
||||
<ng-template #resourceContent let-resource="resource"> |
||||
<op-principal |
||||
[principal]="resource.extendedProps.user" |
||||
></op-principal> |
||||
</ng-template> |
||||
|
Loading…
Reference in new issue