This commit is contained in:
Eugenio Romano
2018-09-15 16:38:01 +01:00
parent 6ac0346039
commit fc8b9e5ed1
4 changed files with 28 additions and 28 deletions

View File

@@ -74,7 +74,7 @@
<mat-grid-list cols="1" rowHeight="60px">
<mat-grid-tile>
<div class="adf-new-task-footer">
<button mat-button (click)="onCancel()" id="button-cancle">
<button mat-button (click)="onCancel()" id="button-cancel">
{{'ADF_TASK_LIST.START_TASK.FORM.ACTION.CANCEL'|translate}}
</button>
<button color="primary" mat-button [disabled]="!startTaskmodel.name || dateError" (click)="start()" id="button-start">