[ADF-3111] pagination is not showed when automation test are running (#3420)

This commit is contained in:
Vito
2018-05-31 17:10:23 +01:00
committed by Eugenio Romano
parent ed1b30169a
commit 3f332997c6
2 changed files with 2 additions and 6 deletions

View File

@@ -155,7 +155,7 @@
</adf-process-instance-list>
<adf-pagination
*ngIf="showProcessPagination"
*ngIf="processList"
[target]="processList"
(changePageSize)="onChangePageSize($event)"
[supportedPageSizes]="supportedPages"