Fix tool table

Added field  to scada images ("clickEnabled")
This commit is contained in:
Lucio Maranta
2019-04-01 17:58:54 +02:00
parent 0ad395bebf
commit 3750987db0
12 changed files with 96 additions and 57 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ namespace Step.Config
Buttons = x.Buttons.Select(y => { y.Id = i++; return y; }).ToArray(),
Images = x.Images.Select(y => {
y.Id = i++;
y.Path = GetImageBase64String(SCADA_DIRECTORY + y.Path, schema.BackgroundImage);
y.Name = GetImageBase64String(SCADA_DIRECTORY + name, y.Name);
return y;
})
.ToArray(),