diff --git a/frontend/angular.json b/frontend/angular.json index 152aaf5..c7c07b5 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -38,7 +38,7 @@ { "type": "initial", "maximumWarning": "500kb", - "maximumError": "13mb" + "maximumError": "15mb" }, { "type": "anyComponentStyle", diff --git a/frontend/src/app/ntt-gantt/ntt-gantt.component.html b/frontend/src/app/ntt-gantt/ntt-gantt.component.html index 5ba2c76..008bb4e 100644 --- a/frontend/src/app/ntt-gantt/ntt-gantt.component.html +++ b/frontend/src/app/ntt-gantt/ntt-gantt.component.html @@ -182,7 +182,7 @@ class="demo-paginator" (page)="handlePageEvent($event)" [length]="this.dataService.getTotalSize()" - [pageSize]="20" + [pageSize]="100" [disabled]="false" [showFirstLastButtons]="true" [pageSizeOptions]="[10, 20, 50, 70, 100, 200, 500]"