summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-10-28 08:16:41 +0100
committerGitHub <noreply@github.com>2019-10-28 08:16:41 +0100
commit1b7f08767ff9dfe2ca6663d8fe7fc44167d059f0 (patch)
tree2c1ce2124a3a012c6909926bdb55a1e06d84453a /modules
parent176cbe12ea29006e4d4bf9dd3fe2ee708c010372 (diff)
parentc6d0822793fc42ddd5a179af291aaf5151f669fb (diff)
Merge pull request #3242 from ysc3839/led
luci-mod-system: add missing speed_mask option in leds.js
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js
index 139db8797c..b571032efc 100644
--- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js
+++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js
@@ -148,6 +148,11 @@ return L.view.extend({
o.depends('trigger', 'switch0');
o.depends('trigger', 'switch1');
+ o = s.option(form.Value, 'speed_mask', _('Switch Speed Mask'));
+ o.modalonly = true;
+ o.depends('trigger', 'switch0');
+ o.depends('trigger', 'switch1');
+
return m.render();
}
});