mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-01 15:00:49 +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) {
|
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…
x
Reference in New Issue
Block a user