mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
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">
|
||||
<i
|
||||
class="bwi bwi-spinner bwi-spin text-muted"
|
||||
|
Loading…
Reference in New Issue
Block a user