put client icons as img tag

This commit is contained in:
Bruno Windels
2020-12-04 16:08:42 +01:00
parent f52867f2e8
commit a705621dd5
5 changed files with 15 additions and 13 deletions
+4
View File
@@ -90,6 +90,10 @@ export class ClientViewModel extends ViewModel {
return this._client.id;
}
get iconUrl() {
return this._client.icon;
}
get stage() {
return this._showOpen ? "open" : "install";
}