Merge branch 'syncfusion-upgrade' of https://dev.azure.com/asfinag/Tech-Supporting.ITSM/_git/Tech-Supporting.ITSM.ChangeKalender into syncfusion-upgrade
commit
d6022d4370
|
|
@ -1,17 +1,21 @@
|
|||
<p style="margin-top: -3%;">{{this.languageService.lMap.get('implementerDialogHeading')}}</p>
|
||||
<mat-form-field appearance="fill" >
|
||||
<mat-label>{{this.languageService.lMap.get('implementerDialogLabel')}}</mat-label>
|
||||
<mat-select [disabled]="diasbled" (selectionChange)="enableButton()" [(ngModel)]="selectedValue" name="state">
|
||||
<mat-option *ngFor="let implementer of possibleImplementers" [value]="implementer.value">
|
||||
{{implementer.viewValue}}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
<mat-progress-bar mode="determinate" [value]="progress"></mat-progress-bar>
|
||||
<div style="padding: 20px;">
|
||||
<p style="margin-top: -3%;">{{this.languageService.lMap.get('implementerDialogHeading')}}</p>
|
||||
<mat-form-field appearance="fill">
|
||||
<mat-label>{{this.languageService.lMap.get('implementerDialogLabel')}}</mat-label>
|
||||
<mat-select [disabled]="diasbled" (selectionChange)="enableButton()" [(ngModel)]="selectedValue" name="state">
|
||||
<mat-option *ngFor="let implementer of possibleImplementers" [value]="implementer.value">
|
||||
{{implementer.viewValue}}
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
</mat-form-field>
|
||||
<mat-progress-bar mode="determinate" [value]="progress"></mat-progress-bar>
|
||||
|
||||
|
||||
<mat-dialog-actions align = "end">
|
||||
<button [disabled]="diasbled" mat-raised-button matDialogClose>{{this.languageService.lMap.get('implementerDialogCancel')}}</button>
|
||||
<button [disabled]="bdiasbled" mat-raised-button color="primary" (click)="updateImplementer()">{{this.languageService.lMap.get('implementerDialogApply')}}</button>
|
||||
</mat-dialog-actions>
|
||||
<mat-dialog-actions align="end">
|
||||
<button [disabled]="diasbled" mat-raised-button
|
||||
matDialogClose>{{this.languageService.lMap.get('implementerDialogCancel')}}</button>
|
||||
<button [disabled]="bdiasbled" mat-raised-button color="primary"
|
||||
(click)="updateImplementer()">{{this.languageService.lMap.get('implementerDialogApply')}}</button>
|
||||
</mat-dialog-actions>
|
||||
|
||||
</div>
|
||||
Loading…
Reference in New Issue