two subscription header issue fix (#9332)
This commit is contained in:
parent
36c6dc27e5
commit
74bc24b39a
|
@ -1,21 +1,3 @@
|
||||||
<div
|
|
||||||
[ngClass]="{
|
|
||||||
'page-header': selfHosted,
|
|
||||||
'tabbed-header': !selfHosted
|
|
||||||
}"
|
|
||||||
>
|
|
||||||
<h1>
|
|
||||||
{{ title }}
|
|
||||||
<small *ngIf="firstLoaded && loading">
|
|
||||||
<i
|
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
|
||||||
title="{{ 'loading' | i18n }}"
|
|
||||||
aria-hidden="true"
|
|
||||||
></i>
|
|
||||||
<span class="sr-only">{{ "loading" | i18n }}</span>
|
|
||||||
</small>
|
|
||||||
</h1>
|
|
||||||
</div>
|
|
||||||
<ng-container *ngIf="!firstLoaded && loading">
|
<ng-container *ngIf="!firstLoaded && loading">
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
class="bwi bwi-spinner bwi-spin text-muted"
|
||||||
|
|
Loading…
Reference in New Issue