From 6aac0dbbf392c06317f877bf7b65a7a40d108797 Mon Sep 17 00:00:00 2001 From: Jerome Pech Date: Wed, 14 Feb 2018 23:10:21 +0100 Subject: [PATCH] removed empty sysvar table on cuxd devices from webui --- .../occu/WebUI/www/rega/esp/datapointconfigurator.fn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildroot-external/patches/occu/0012-WebUI-SysVar/occu/WebUI/www/rega/esp/datapointconfigurator.fn b/buildroot-external/patches/occu/0012-WebUI-SysVar/occu/WebUI/www/rega/esp/datapointconfigurator.fn index 65200e7ad7e..2610e7c3035 100755 --- a/buildroot-external/patches/occu/0012-WebUI-SysVar/occu/WebUI/www/rega/esp/datapointconfigurator.fn +++ b/buildroot-external/patches/occu/0012-WebUI-SysVar/occu/WebUI/www/rega/esp/datapointconfigurator.fn @@ -738,7 +738,9 @@ function ::dcCreate() else { oEName = oE.Name(); - bSV = true; + if (!((oEName.Find("CUxD.CUX") == 0) && !sControlName)) { + bSV = true; + } } } }