From f9382b8458df6587b6a70eb9d16088dd200e626f Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 31 Jul 2021 14:59:16 +0200 Subject: [PATCH] web/admin: fix embedded outpost showing version Signed-off-by: Jens Langhammer --- web/src/pages/outposts/OutpostListPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/outposts/OutpostListPage.ts b/web/src/pages/outposts/OutpostListPage.ts index 507cc70c5..f40079547 100644 --- a/web/src/pages/outposts/OutpostListPage.ts +++ b/web/src/pages/outposts/OutpostListPage.ts @@ -109,7 +109,7 @@ export class OutpostListPage extends TablePage { return html`
  • ${p.name}
  • `; })}`, html`${item.serviceConnectionObj?.name || t`No integration active`}`, - html``, + html``, html` ${t`Update`}