Closed agenteDserrano closed 5 years ago
I find the issue on file led.js order: 0 must change for order: config.order
if (checkConfig(config, node)) {
var done = ui.addWidget({
node: node,
format: HTML(config, ledStyleTemplate('gray')),
group: config.group,
templateScope: "local",
order: config.order,
beforeEmit: beforeEmit,
initController: initController
});
Good catch!
I will close this once it has been included in the published version, thanks for your help!
When change the position on the layout no changes on the UI.