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

View File

@@ -888,6 +888,7 @@ $(document).ready(function () {
break; break;
default: default:
conf_editor.getEditor(specOptPath + "host").disable(); conf_editor.getEditor(specOptPath + "host").disable();
conf_editor.getEditor(specOptPath + "host").setValue(val);
//Trigger getProperties via host value //Trigger getProperties via host value
conf_editor.notifyWatchers(specOptPath + "host"); conf_editor.notifyWatchers(specOptPath + "host");
break; break;