From 35d496cca78b79caece75b6f1d794db5dfb1b3da Mon Sep 17 00:00:00 2001 From: Jonathan Vuillemin Date: Fri, 26 Jul 2024 11:18:16 +0200 Subject: [PATCH] feat(fxcore): Added app description --- fxcore/templates/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fxcore/templates/dashboard.html b/fxcore/templates/dashboard.html index 450fa71..175a966 100644 --- a/fxcore/templates/dashboard.html +++ b/fxcore/templates/dashboard.html @@ -18,7 +18,7 @@
 {{ .overviewInfo.AppName }} - {{ if or .overviewAppDescriptionExpose .overviewInfo.AppDescription }} + {{ if and .overviewAppDescriptionExpose .overviewInfo.AppDescription }} {{ .overviewInfo.AppDescription }} {{ end }} @@ -157,7 +157,7 @@

- {{ if or .overviewAppDescriptionExpose .overviewInfo.AppDescription }} + {{ if and .overviewAppDescriptionExpose .overviewInfo.AppDescription }}
Description {{ .overviewInfo.AppDescription }}