From dbc75428a019c31d524e4d9d91d96dd62109c476 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 8 Apr 2021 22:51:24 +0200 Subject: [PATCH] web/admin: add button to open application from list Signed-off-by: Jens Langhammer --- web/src/pages/applications/ApplicationListPage.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/pages/applications/ApplicationListPage.ts b/web/src/pages/applications/ApplicationListPage.ts index e1746497c..153b870f8 100644 --- a/web/src/pages/applications/ApplicationListPage.ts +++ b/web/src/pages/applications/ApplicationListPage.ts @@ -90,6 +90,11 @@ export class ApplicationListPage extends TablePage { ${t`Edit`} + ${item.launchUrl ? + html` + ${t`Open application`} + `: + html``}