ioBroker.javascript icon indicating copy to clipboard operation
ioBroker.javascript copied to clipboard

[Feature] Disable "Mirror scripts to file path" at all but lowest instance

Open mcm1957 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently you can enter a configuration for paramater "Mirror scripts to file path" at every instance. This is somehow confusing as only one configuration (I assume the configuration of the instance with the lowest number, typically instance.0) is used. Any entry done at instance.1, ... does not have any effect.

Describe the solution you'd like Please evaluate if it would be possible to disable the parameter fields at all but the lowest number instance. This would make it clear that only one configuration is used. (Eventually a fixed text when disabled would make it totally clear.)

Describe alternatives you've considered Any other possibilite (like syncing between instances, add true global adapter parameters if possible) seem to be much more effort than enable / disable inpit fields depending on instance number. Hardcoding to instance.0 would be an option as most likely a instance.0 will always exist.

mcm1957 avatar Mar 31 '22 08:03 mcm1957