diff --git a/src/app/components/preferences/common/symbols/symbols.component.html b/src/app/components/preferences/common/symbols/symbols.component.html
index 01c65e22..74a9090b 100644
--- a/src/app/components/preferences/common/symbols/symbols.component.html
+++ b/src/app/components/preferences/common/symbols/symbols.component.html
@@ -27,7 +27,7 @@
diff --git a/src/app/components/preferences/common/symbols/symbols.component.ts b/src/app/components/preferences/common/symbols/symbols.component.ts
index c6932a09..3a574e15 100644
--- a/src/app/components/preferences/common/symbols/symbols.component.ts
+++ b/src/app/components/preferences/common/symbols/symbols.component.ts
@@ -76,4 +76,8 @@ export class SymbolsComponent implements OnInit {
return ``
}
+
+ getImageSourceForTemplate(symbol: string) {
+ return `http://${this.server.host}:${this.server.port}/v2/symbols/${symbol}/raw`;
+ }
}