web/admin: fix default icon for application list

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-08 22:28:36 +02:00
parent 3c47555276
commit 4a74d16388
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export class ApplicationListPage extends TablePage<Application> {
return [ return [
item.metaIcon ? item.metaIcon ?
html`<img class="app-icon pf-c-avatar" src="${item.metaIcon}" alt="${t`Application Icon`}">` : html`<img class="app-icon pf-c-avatar" src="${item.metaIcon}" alt="${t`Application Icon`}">` :
html`<i class="fas fas fa-share-square"></i>`, html`<i class="fas fa-question-circle"></i>`,
html`<a href="#/core/applications/${item.slug}"> html`<a href="#/core/applications/${item.slug}">
<div> <div>
${item.name} ${item.name}