mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-22 06:17:47 +00:00
I added location.reload() for reload hole page
This commit is contained in:
parent
50a5307d03
commit
78f2b76a14
@ -71,7 +71,8 @@ export class LinkStyleEditorDialogComponent implements OnInit {
|
||||
this.linkService.updateLinkStyle(this.server, this.link).subscribe((link) => {
|
||||
this.linksDataSource.update(link);
|
||||
this.linksEventSource.edited.next(this.linkToMapLink.convert(link));
|
||||
this.toasterService.success("Link updated");
|
||||
location.reload()
|
||||
// this.toasterService.success("Link updated");
|
||||
this.dialogRef.close();
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user