diff --git a/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.html b/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.html index e9f7ba088c24ed530c02d82ab343687d25972dc2..9406c5846eb318aa0bc025f5d36bfbab6414372b 100644 --- a/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.html +++ b/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.html @@ -50,6 +50,4 @@ </div> <div *ngIf="loading" class="vitamui-min-content"> <mat-spinner class="vitamui-spinner medium"></mat-spinner> -</div> -<div class="table-container"> </div> \ No newline at end of file diff --git a/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.ts b/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.ts index 60bffa85350847ed7c9285e833714a349aa48ad8..a585c078d817d0942713ddfeda57cf3bc99d44f0 100644 --- a/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.ts +++ b/ui/ui-frontend/projects/identity/src/app/shared/profiles-form/profiles-form.component.ts @@ -132,7 +132,6 @@ export class ProfilesFormComponent implements ControlValueAccessor, OnInit { } getProfiles() { - this.loading = true; const params = new HttpParams().set('filterApp', 'false'); this.appApiService.getAllByParams(params).pipe( tap((applications) => this.applicationsDetails = applications.APPLICATION_CONFIGURATION), diff --git a/ui/ui-frontend/projects/identity/src/app/user/user-list/user-list.component.html b/ui/ui-frontend/projects/identity/src/app/user/user-list/user-list.component.html index c3bee067df46cf4c45ea56dc0014349d857819ce..3131b36d990348a2b0176ec2ee33d1ddeb46180c 100644 --- a/ui/ui-frontend/projects/identity/src/app/user/user-list/user-list.component.html +++ b/ui/ui-frontend/projects/identity/src/app/user/user-list/user-list.component.html @@ -135,10 +135,13 @@ </div> </div> - <div *ngIf="!dataSource || pending then loadingSpinner"></div> + </div> + </div> + <div *ngIf="!dataSource || pending then loadingSpinner"></div> +</div> <ng-template #loadingSpinner> <div class="vitamui-min-content"> <mat-spinner class="vitamui-spinner medium"></mat-spinner> diff --git a/ui/ui-frontend/projects/identity/src/index.html b/ui/ui-frontend/projects/identity/src/index.html index f3b12e9e2e1f698365d9a7cea619f2c67cbe2aba..02beee66e322d509c9f2acceeabf2aba73d84bce 100644 --- a/ui/ui-frontend/projects/identity/src/index.html +++ b/ui/ui-frontend/projects/identity/src/index.html @@ -11,7 +11,7 @@ <link rel="dns-prefetch" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="dns-prefetch" href="https://fonts.gstatic.com"> - <link href="https://fonts.googleapis.com/css?family=Mulish&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Mulish:200,300,400,500,600,700,800,900&display=swap" rel="stylesheet"> <meta name="theme-color" content="#1976d2"> </head> <body> diff --git a/ui/ui-frontend/projects/portal/src/index.html b/ui/ui-frontend/projects/portal/src/index.html index 6bbcdf0948ccf3fbcf326258c79eb991bdabf13b..4db6619cb40ab91455345773252c294073efbcfc 100644 --- a/ui/ui-frontend/projects/portal/src/index.html +++ b/ui/ui-frontend/projects/portal/src/index.html @@ -12,7 +12,7 @@ <link rel="dns-prefetch" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="dns-prefetch" href="https://fonts.gstatic.com"> - <link href="https://fonts.googleapis.com/css?family=Mulish&display=swap" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Mulish:200,300,400,500,600,700,800,900&display=swap" rel="stylesheet"> <meta name="theme-color" content="#1976d2"> </head> <body>