diff --git a/assets/webconfig/js/content_leds.js b/assets/webconfig/js/content_leds.js index 678e9e72..814952c8 100755 --- a/assets/webconfig/js/content_leds.js +++ b/assets/webconfig/js/content_leds.js @@ -888,6 +888,7 @@ $(document).ready(function () { break; default: conf_editor.getEditor(specOptPath + "host").disable(); + conf_editor.getEditor(specOptPath + "host").setValue(val); //Trigger getProperties via host value conf_editor.notifyWatchers(specOptPath + "host"); break;