diff --git a/Test.UI/Components/Pages/EditJWD.razor b/Test.UI/Components/Pages/EditJWD.razor
index 7107545..71ea354 100644
--- a/Test.UI/Components/Pages/EditJWD.razor
+++ b/Test.UI/Components/Pages/EditJWD.razor
@@ -86,8 +86,8 @@ else if (!string.IsNullOrEmpty(outSave))
@outSave
}
-@*
diff --git a/Test.UI/appsettings.json b/Test.UI/appsettings.json
index b1e6c3b..4dfc168 100644
--- a/Test.UI/appsettings.json
+++ b/Test.UI/appsettings.json
@@ -10,15 +10,17 @@
"Redis": "redis.ufficio:26379, serviceName=devel, DefaultDatabase=6, keepAlive=180, connectTimeout=15000, syncTimeout=15000, asyncTimeout=15000, abortConnect=false, ssl=false, allowAdmin=true"
},
"ServerConf": {
- "BomChannel": "Egw:bom",
- "HwListChannel": "Egw:hw:list",
- "HwOptChannel": "Egw:hw:opt",
- "ProfListChannel": "Egw:prof:list",
- "PubChannel": "EgwEngineInput",
- "ShapeChannel": "Egw:shape:curr",
- "SubChannel": "EgwEngineOutput",
- "SvgChannel": "Egw:svg:img",
- "UpdateChannel": "Egw:update",
+ "ChannelPng": "Egw:png:img",
+ "ChannelSvg": "Egw:svg:img",
+ "ChannelShape": "Egw:shape:curr",
+ "ChannelHwList": "Egw:hw:list",
+ "ChannelHwOpt": "Egw:hw:opt",
+ "ChannelProfList": "Egw:prof:list",
+ "ChannelBom": "Egw:bom",
+ "ChannelUpdate": "Egw:update",
+ "ChannelPub": "EgwEngineInput",
+ "ChannelSub": "EgwEngineOutput",
+
"Prog.ApiUrl": "https://office.egalware.com/lux/srv/api",
"ImageBaseUrl": "window",
"GenericBaseUrl": "generic",
diff --git a/WebWindowComplex/WebWindowComplex.csproj b/WebWindowComplex/WebWindowComplex.csproj
index b9efbb8..e0685c4 100644
--- a/WebWindowComplex/WebWindowComplex.csproj
+++ b/WebWindowComplex/WebWindowComplex.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 2.7.11.614
+ 2.7.11.618
Annamaria Sassi
Egalware
Componente gestione Configurazioni avanzate Window per LUX
@@ -302,6 +302,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WebWindowConfigurator/WebWindowConfigurator.csproj b/WebWindowConfigurator/WebWindowConfigurator.csproj
index 8e7d551..83e6033 100644
--- a/WebWindowConfigurator/WebWindowConfigurator.csproj
+++ b/WebWindowConfigurator/WebWindowConfigurator.csproj
@@ -6,7 +6,7 @@
net8.0
enable
enable
- 2.7.11.614
+ 2.7.11.618
Annamaria Sassi
Egalware
Componente gestione JWD per LUX
@@ -404,6 +404,18 @@
+
+
+
+
+
+
+
+
+
+
+
+