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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
|