mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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,5 +1,6 @@
|
|||||||
<app-header></app-header>
|
<app-header></app-header>
|
||||||
|
|
||||||
|
<bit-container>
|
||||||
<ng-container *ngIf="loading">
|
<ng-container *ngIf="loading">
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
class="bwi bwi-spinner bwi-spin text-muted"
|
||||||
@@ -9,7 +10,7 @@
|
|||||||
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
<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>
|
<p>
|
||||||
{{ "ssoPolicyHelpStart" | i18n }}
|
{{ "ssoPolicyHelpStart" | i18n }}
|
||||||
<a routerLink="../policies">{{ "ssoPolicyHelpAnchor" | i18n }}</a>
|
<a routerLink="../policies">{{ "ssoPolicyHelpAnchor" | i18n }}</a>
|
||||||
@@ -82,9 +83,13 @@
|
|||||||
</bit-label>
|
</bit-label>
|
||||||
<bit-hint>
|
<bit-hint>
|
||||||
{{ "memberDecryptionOptionTdeDescriptionPartOne" | i18n }}
|
{{ "memberDecryptionOptionTdeDescriptionPartOne" | i18n }}
|
||||||
<a routerLink="../policies">{{ "memberDecryptionOptionTdeDescriptionLinkOne" | i18n }}</a>
|
<a routerLink="../policies">{{
|
||||||
|
"memberDecryptionOptionTdeDescriptionLinkOne" | i18n
|
||||||
|
}}</a>
|
||||||
{{ "memberDecryptionOptionTdeDescriptionPartTwo" | i18n }}
|
{{ "memberDecryptionOptionTdeDescriptionPartTwo" | i18n }}
|
||||||
<a routerLink="../policies">{{ "memberDecryptionOptionTdeDescriptionLinkTwo" | i18n }}</a>
|
<a routerLink="../policies">{{
|
||||||
|
"memberDecryptionOptionTdeDescriptionLinkTwo" | i18n
|
||||||
|
}}</a>
|
||||||
{{ "memberDecryptionOptionTdeDescriptionPartThree" | i18n }}
|
{{ "memberDecryptionOptionTdeDescriptionPartThree" | i18n }}
|
||||||
<a routerLink="../policies">{{
|
<a routerLink="../policies">{{
|
||||||
"memberDecryptionOptionTdeDescriptionLinkThree" | i18n
|
"memberDecryptionOptionTdeDescriptionLinkThree" | i18n
|
||||||
@@ -541,3 +546,4 @@
|
|||||||
</button>
|
</button>
|
||||||
<bit-error-summary [formGroup]="ssoConfigForm"></bit-error-summary>
|
<bit-error-summary [formGroup]="ssoConfigForm"></bit-error-summary>
|
||||||
</form>
|
</form>
|
||||||
|
</bit-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user