Browse Source

refactoring

pull/11187/head
Anna Bondar 2 years ago
committed by GitHub
parent
commit
71a474bbf2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-statistics.component.html

2
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">

Loading…
Cancel
Save