mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-21 02:01:19 +00:00
Update template.component.ts
This commit is contained in:
parent
e01c06a54e
commit
5600364583
@ -103,6 +103,6 @@ export class TemplateComponent implements OnInit {
|
||||
}
|
||||
|
||||
getImageSourceForTemplate(template: Template) {
|
||||
return `http://${this.server.host}:${this.server.port}/v2${template.symbol.substring(1)}/raw`;
|
||||
return `http://${this.server.host}:${this.server.port}/v2/symbols/${template.symbol}/raw`;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user