From 4a74d1638806579c3f882ee9edb2fbfeb2fefdd9 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 8 Apr 2021 22:28:36 +0200 Subject: [PATCH] web/admin: fix default icon for application list Signed-off-by: Jens Langhammer --- web/src/pages/applications/ApplicationListPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/applications/ApplicationListPage.ts b/web/src/pages/applications/ApplicationListPage.ts index 6aa68ec55..e1746497c 100644 --- a/web/src/pages/applications/ApplicationListPage.ts +++ b/web/src/pages/applications/ApplicationListPage.ts @@ -66,7 +66,7 @@ export class ApplicationListPage extends TablePage { return [ item.metaIcon ? html`${t`Application Icon`}` : - html``, + html``, html`
${item.name}