Fix Start Process Cloud Layout (#4846)

This commit is contained in:
davidcanonieto 2019-06-13 17:41:38 +02:00 committed by Eugenio Romano
parent 88c04ad7b8
commit c44c2eae77

View File

@ -62,13 +62,15 @@
</mat-card-content> </mat-card-content>
<ng-template #taskFormCloudButtons> <ng-template #taskFormCloudButtons>
<button mat-button (click)="cancelStartProcess()" id="cancel_process"> <div fxLayout="row" fxLayoutAlign="end end">
{{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.CANCEL' | translate | uppercase}} <button mat-button (click)="cancelStartProcess()" id="cancel_process">
</button> {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.CANCEL' | translate | uppercase}}
<button color="primary" mat-button [disabled]="!isProcessFormValid()" (click)="startProcess()" </button>
data-automation-id="btn-start" id="button-start" class="btn-start"> <button color="primary" mat-button [disabled]="!isProcessFormValid()" (click)="startProcess()"
{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}} data-automation-id="btn-start" id="button-start" class="btn-start">
</button> {{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}}
</button>
</div>
</ng-template> </ng-template>
<ng-template #emptyProcessDefinitionsList> <ng-template #emptyProcessDefinitionsList>