This commit is contained in:
Maksym Dudnik 2023-05-26 12:34:39 +03:00
parent 44982a5744
commit aa97fb4aff

View File

@ -125,7 +125,7 @@ export class GatewayLogsComponent extends PageComponent implements AfterViewInit
private cd: ChangeDetectorRef,
public dialog: MatDialog) {
super(store);
const sortOrder: SortOrder = {property: 'key', direction: Direction.ASC};
const sortOrder: SortOrder = {property: 'ts', direction: Direction.DESC};
this.pageLink = new PageLink(1000, 0, null, sortOrder);
this.dataSource = new MatTableDataSource<AttributeData>([]);