mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-23 14:52:22 +00:00
Update symbols.component.ts
This commit is contained in:
parent
149b68e037
commit
40a580dcb0
@ -78,6 +78,6 @@ export class SymbolsComponent implements OnInit {
|
||||
}
|
||||
|
||||
getImageSourceForTemplate(symbol: string) {
|
||||
return `http://${this.server.host}:${this.server.port}/v2/symbols/${symbol}/raw`;
|
||||
return `${this.server.protocol}//${this.server.host}:${this.server.port}/v2/symbols/${symbol}/raw`;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user