mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Fix Start Process Cloud Layout (#4846)
This commit is contained in:
committed by
Eugenio Romano
parent
88c04ad7b8
commit
c44c2eae77
@@ -62,6 +62,7 @@
|
|||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
|
|
||||||
<ng-template #taskFormCloudButtons>
|
<ng-template #taskFormCloudButtons>
|
||||||
|
<div fxLayout="row" fxLayoutAlign="end end">
|
||||||
<button mat-button (click)="cancelStartProcess()" id="cancel_process">
|
<button mat-button (click)="cancelStartProcess()" id="cancel_process">
|
||||||
{{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.CANCEL' | translate | uppercase}}
|
{{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.CANCEL' | translate | uppercase}}
|
||||||
</button>
|
</button>
|
||||||
@@ -69,6 +70,7 @@
|
|||||||
data-automation-id="btn-start" id="button-start" class="btn-start">
|
data-automation-id="btn-start" id="button-start" class="btn-start">
|
||||||
{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}}
|
{{'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.ACTION.START' | translate | uppercase}}
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #emptyProcessDefinitionsList>
|
<ng-template #emptyProcessDefinitionsList>
|
||||||
|
Reference in New Issue
Block a user