mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-19 11:16:41 +00:00
Update project-map.component.ts
This commit is contained in:
parent
128d02b85d
commit
a7e05cff7c
@ -880,7 +880,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
|
|||||||
public addNewTemplate() {
|
public addNewTemplate() {
|
||||||
const dialogRef = this.dialog.open(NewTemplateDialogComponent, {
|
const dialogRef = this.dialog.open(NewTemplateDialogComponent, {
|
||||||
width: '1000px',
|
width: '1000px',
|
||||||
maxHeight: '500px',
|
maxHeight: '800px',
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
disableClose: true
|
disableClose: true
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user