Anna Bondar
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/modules/home/components/widget/lib/gateway/gateway-statistics.component.html
|
|
|
@ -45,7 +45,7 @@ |
|
|
|
<table [fxShow]="!isNumericData" mat-table [dataSource]="dataSource" |
|
|
|
matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" |
|
|
|
matSortDisableClear> |
|
|
|
<ng-container matColumnDef="0">test |
|
|
|
<ng-container matColumnDef="0"> |
|
|
|
<mat-header-cell *matHeaderCellDef mat-sort-header>{{ 'widgets.gateway.created-time' | translate }} |
|
|
|
</mat-header-cell> |
|
|
|
<mat-cell *matCellDef="let row; let rowIndex = index"> |
|
|
|
|