mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 15:40:29 +00:00
Initial implementaion - global variables
This commit is contained in:
@ -545,7 +545,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
|
||||
|
||||
editProject() {
|
||||
const dialogRef = this.dialog.open(EditProjectDialogComponent, {
|
||||
width: '500px',
|
||||
width: '600px',
|
||||
autoFocus: false
|
||||
});
|
||||
let instance = dialogRef.componentInstance;
|
||||
|
Reference in New Issue
Block a user