mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
two subscription header issue fix (#9332)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user