fixes
This commit is contained in:
parent
44982a5744
commit
aa97fb4aff
@ -125,7 +125,7 @@ export class GatewayLogsComponent extends PageComponent implements AfterViewInit
|
|||||||
private cd: ChangeDetectorRef,
|
private cd: ChangeDetectorRef,
|
||||||
public dialog: MatDialog) {
|
public dialog: MatDialog) {
|
||||||
super(store);
|
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.pageLink = new PageLink(1000, 0, null, sortOrder);
|
||||||
this.dataSource = new MatTableDataSource<AttributeData>([]);
|
this.dataSource = new MatTableDataSource<AttributeData>([]);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user