9 lines
451 B
HTML
9 lines
451 B
HTML
<h1 mat-dialog-title>Delete Taskgroup</h1>
|
|
|
|
<p>Are you sure, you want to delete your taskgroup {{data.taskgroupName}}? This <b>cannot</b> be <b>undone!</b></p>
|
|
|
|
<div mat-dialog-actions align="end">
|
|
<button mat-raised-button (click)="cancel()">Cancel</button>
|
|
<button mat-raised-button color="warn" (click)="confirm()">Confirm <mat-icon *ngIf="pending"><mat-spinner diameter="20" style="margin-left: 10px"></mat-spinner></mat-icon></button>
|
|
</div>
|