Fix tool table
Added field to scada images ("clickEnabled")
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user