From b9d5178e555236d6b50a129ec1408c5a46e2a1bb Mon Sep 17 00:00:00 2001 From: LordGrey <48840279+Lord-Grey@users.noreply.github.com> Date: Thu, 2 Sep 2021 16:41:52 +0200 Subject: [PATCH] Update content_leds.js Add missing set value for given host --- assets/webconfig/js/content_leds.js | 1 + 1 file changed, 1 insertion(+) 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;