From 5d64b0cafdd7f9e7f1057b83868fea5dfee36ea3 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 10 Apr 2021 20:51:22 +0200 Subject: [PATCH] web/admin: make provider in application list a link Signed-off-by: Jens Langhammer --- web/src/pages/applications/ApplicationListPage.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/pages/applications/ApplicationListPage.ts b/web/src/pages/applications/ApplicationListPage.ts index 153b870f8..bcf323272 100644 --- a/web/src/pages/applications/ApplicationListPage.ts +++ b/web/src/pages/applications/ApplicationListPage.ts @@ -74,7 +74,11 @@ export class ApplicationListPage extends TablePage { ${item.metaPublisher ? html`${item.metaPublisher}` : html``} `, html`${item.slug}`, - html`${item.provider?.name || "-"}`, + item.provider ? + html` + ${item.provider?.name} + ` : + html`-`, html`${item.provider?.verboseName || "-"}`, html`