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,6 +62,7 @@
</mat-card-content>
<ng-template #taskFormCloudButtons>
<div fxLayout="row" fxLayoutAlign="end end">
<button mat-button (click)="cancelStartProcess()" id="cancel_process">
{{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.CANCEL' | translate | uppercase}}
</button>
@ -69,6 +70,7 @@
data-automation-id="btn-start" id="button-start" class="btn-start">
{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}}
</button>
</div>
</ng-template>
<ng-template #emptyProcessDefinitionsList>