From 366946235224700b34d7425830bc0513ca973579 Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Sat, 29 Jun 2024 14:33:45 +0200 Subject: [PATCH] Fix demo setup (Basic UI + transform) Signed-off-by: Laurent Garnier --- launch/app/runtime/conf/transform/de.map | 3 ++- launch/app/runtime/conf/transform/en.map | 3 ++- launch/app/runtime/services.cfg | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/launch/app/runtime/conf/transform/de.map b/launch/app/runtime/conf/transform/de.map index b01ba976aa..20da488352 100644 --- a/launch/app/runtime/conf/transform/de.map +++ b/launch/app/runtime/conf/transform/de.map @@ -1,4 +1,5 @@ CLOSED=zu OPEN=offen undefined=undefiniert --=- +NULL=undefiniert +UNDEF=unbekannt diff --git a/launch/app/runtime/conf/transform/en.map b/launch/app/runtime/conf/transform/en.map index 324349a38d..899d2a126d 100644 --- a/launch/app/runtime/conf/transform/en.map +++ b/launch/app/runtime/conf/transform/en.map @@ -1,4 +1,5 @@ CLOSED=closed OPEN=open undefined=unknown --=- \ No newline at end of file +NULL=undefined +UNDEF=unknown diff --git a/launch/app/runtime/services.cfg b/launch/app/runtime/services.cfg index 3ae20dd1ce..2a35a8344c 100644 --- a/launch/app/runtime/services.cfg +++ b/launch/app/runtime/services.cfg @@ -6,9 +6,6 @@ folder:persistence=persist folder:things=things basicui:defaultSitemap=demo -basicui:enableIcons=true -basicui:condensedLayout=false -basicui:capitalizeValues=false # Uncomment to enable rest api CORS requests # cors:enable=true