mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-mod-system: add LED interval parameter
As documented https://openwrt.org/docs/guide-user/base-system/led_configuration Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -125,6 +125,9 @@ return view.extend({
|
||||
}
|
||||
};
|
||||
|
||||
o = s.option(form.Value, 'interval', _('Interval'), _('milliseconds'));
|
||||
o.placeholder = '50';
|
||||
|
||||
return m.render();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user