Browse Source

Merge pull request #12075 from maxunbearable/fix/4945-image-gallery-no-scroll

Fixed Scroll and pagination buttons are absent, SCADA/Image table
pull/12089/head
Andrew Shvayka 2 years ago
committed by GitHub
parent
commit
3decc4fc35
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/shared/components/image/image-gallery.component.html

2
ui-ngx/src/app/shared/components/image/image-gallery.component.html

@ -132,7 +132,7 @@
</button>
</div>
</mat-toolbar>
<div *ngIf="mode === 'list'" class="flex flex-1 flex-col">
<div *ngIf="mode === 'list'" class="flex flex-1 flex-col min-h-0">
<div class="table-container flex-1">
<table mat-table [dataSource]="dataSource" [trackBy]="trackByEntity"
matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" matSortDisableClear>

Loading…
Cancel
Save