chore: Entfernen der standardmäßig zugewiesenen AD Sync- und Internal-Boxen
This commit is contained in:
parent
dfe848100a
commit
75e708d02d
@ -21,16 +21,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div [ngClass]="checkBoxBSClass(3)">
|
||||
<mat-checkbox [disabled]="true">AD Sync</mat-checkbox>
|
||||
</div>
|
||||
<div [ngClass]="checkBoxBSClass(3)">
|
||||
<mat-checkbox [(ngModel)]="checked" [disabled]="true">Internal</mat-checkbox>
|
||||
</div>
|
||||
<div [ngClass]="checkBoxBSClass(2)">
|
||||
<div [ngClass]="formFieldBSClass">
|
||||
<mat-checkbox [formControl]="active" [disabled]="true">Active</mat-checkbox>
|
||||
</div>
|
||||
<div class="col d-flex justify-content-center me-4 my-2">
|
||||
<div [ngClass]="formFieldBSClass">
|
||||
<button mat-fab extended (click)="delete()">
|
||||
<mat-icon>delete</mat-icon>
|
||||
Löschen
|
||||
|
||||
@ -31,7 +31,7 @@ export class GroupFormComponent {
|
||||
|
||||
public readonly formFieldBSClass: string = "col d-flex justify-content-center mx-1 my-2"
|
||||
public readonly buttonBSClass: string = "d-flex justify-content-center mx-1 my-2"
|
||||
public readonly checkBoxBSClass: (colCount: number | undefined) => string = (colCount: number = 2) => `col-${colCount} d-flex justify-content-left mx-1 my-2`
|
||||
//public readonly checkBoxBSClass: (colCount: number | undefined) => string = (colCount: number = 2) => `col-${colCount} d-flex justify-content-left mx-1 my-2`
|
||||
|
||||
readonly checked = model(true);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user