mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PM-6532] Make Admin Console Single Sign on Settings Page Consistent With Others (#8550)
* added class to reduce width of fields * moved class to form * updated sso template to use bit container which already handles width
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
<app-header></app-header>
|
||||
|
||||
<ng-container *ngIf="loading">
|
||||
<bit-container>
|
||||
<ng-container *ngIf="loading">
|
||||
<i
|
||||
class="bwi bwi-spinner bwi-spin text-muted"
|
||||
title="{{ 'loading' | i18n }}"
|
||||
aria-hidden="true"
|
||||
></i>
|
||||
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
|
||||
<form [formGroup]="ssoConfigForm" [bitSubmit]="submit" *ngIf="!loading" class="tw-w-2/3">
|
||||
<form [formGroup]="ssoConfigForm" [bitSubmit]="submit" *ngIf="!loading">
|
||||
<p>
|
||||
{{ "ssoPolicyHelpStart" | i18n }}
|
||||
<a routerLink="../policies">{{ "ssoPolicyHelpAnchor" | i18n }}</a>
|
||||
@@ -82,9 +83,13 @@
|
||||
</bit-label>
|
||||
<bit-hint>
|
||||
{{ "memberDecryptionOptionTdeDescriptionPartOne" | i18n }}
|
||||
<a routerLink="../policies">{{ "memberDecryptionOptionTdeDescriptionLinkOne" | i18n }}</a>
|
||||
<a routerLink="../policies">{{
|
||||
"memberDecryptionOptionTdeDescriptionLinkOne" | i18n
|
||||
}}</a>
|
||||
{{ "memberDecryptionOptionTdeDescriptionPartTwo" | i18n }}
|
||||
<a routerLink="../policies">{{ "memberDecryptionOptionTdeDescriptionLinkTwo" | i18n }}</a>
|
||||
<a routerLink="../policies">{{
|
||||
"memberDecryptionOptionTdeDescriptionLinkTwo" | i18n
|
||||
}}</a>
|
||||
{{ "memberDecryptionOptionTdeDescriptionPartThree" | i18n }}
|
||||
<a routerLink="../policies">{{
|
||||
"memberDecryptionOptionTdeDescriptionLinkThree" | i18n
|
||||
@@ -540,4 +545,5 @@
|
||||
{{ "save" | i18n }}
|
||||
</button>
|
||||
<bit-error-summary [formGroup]="ssoConfigForm"></bit-error-summary>
|
||||
</form>
|
||||
</form>
|
||||
</bit-container>
|
||||
|
||||
Reference in New Issue
Block a user