mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-24 07:06:38 +00:00
Merge branch 'master' into List-of-debug-events
This commit is contained in:
commit
6d965e5773
@ -20,7 +20,7 @@ export class TemplateListDialogComponent implements OnInit {
|
|||||||
dataSource: TemplateDataSource;
|
dataSource: TemplateDataSource;
|
||||||
displayedColumns = ['name'];
|
displayedColumns = ['name'];
|
||||||
|
|
||||||
@ViewChild('filter', {static: false}) filter: ElementRef;
|
@ViewChild('filter', {static: true}) filter: ElementRef;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
public dialogRef: MatDialogRef<TemplateListDialogComponent>,
|
public dialogRef: MatDialogRef<TemplateListDialogComponent>,
|
||||||
|
Loading…
Reference in New Issue
Block a user