107873: Remove pagination gear

This commit is contained in:
Andreas Awouters
2024-01-29 09:12:50 +01:00
parent 21f1beb8e9
commit e8ed533874

View File

@@ -12,7 +12,8 @@
<ds-pagination *ngIf="processesRD?.payload?.totalElements > 0"
[paginationOptions]="(paginationOptions$ | async)"
[collectionSize]="processesRD?.payload?.totalElements"
[retainScrollPosition]="true">
[retainScrollPosition]="true"
[hideGear]="true">
<div class="table-responsive mt-1">
<table class="table table-striped table-hover">