Update content_leds.js

Add missing set value for given host
This commit is contained in:
LordGrey 2021-09-02 16:41:52 +02:00 committed by GitHub
parent 1dfcd4d8ec
commit b9d5178e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;