mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update content_leds.js
Add missing set value for given host
This commit is contained in:
parent
1dfcd4d8ec
commit
b9d5178e55
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user