mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-20 16:20:48 +00:00
Update adbutler.component.ts
This commit is contained in:
parent
a0cace9b62
commit
ed9ca9ed03
@ -28,7 +28,7 @@ export class AdbutlerComponent implements OnInit {
|
||||
this.htmlCode = response['placements'].placement_1.body;
|
||||
this.ad.nativeElement.insertAdjacentHTML('beforeend', this.htmlCode);
|
||||
},
|
||||
error => this.toasterService.error(error)
|
||||
error => {}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user