mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-03 01:02:54 +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.linkService.updateLinkStyle(this.server, this.link).subscribe((link) => {
|
||||||
this.linksDataSource.update(link);
|
this.linksDataSource.update(link);
|
||||||
this.linksEventSource.edited.next(this.linkToMapLink.convert(link));
|
this.linksEventSource.edited.next(this.linkToMapLink.convert(link));
|
||||||
this.toasterService.success("Link updated");
|
location.reload()
|
||||||
|
// this.toasterService.success("Link updated");
|
||||||
this.dialogRef.close();
|
this.dialogRef.close();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user