mgr/dashboard_v2: fix frontend bug in table.component.hml

Signed-off-by: Ricardo Dias <rdias@suse.com>
This commit is contained in:
Ricardo Dias 2018-02-13 12:06:21 +00:00
parent d307fb1876
commit 8ebde83b6f
No known key found for this signature in database
GPG Key ID: 74390C579BD37B68

View File

@ -52,7 +52,7 @@
[cssClasses]="paginationClasses"
[selectionType]="selectable"
[selected]="selected"
(select)="toggleExpandRow($event)"
(select)="toggleExpandRow()"
[columns]="columns"
[columnMode]="columnMode"
[rows]="rows"
@ -62,7 +62,7 @@
[loadingIndicator]="true"
[rowHeight]="'auto'">
<!-- Row Detail Template -->
<ngx-datatable-row-detail (toggle)="updateDetailView($event)">
<ngx-datatable-row-detail (toggle)="updateDetailView()">
</ngx-datatable-row-detail>
</ngx-datatable>
</div>