diff options
author | Carsten Schuette <schuettecarsten@googlemail.com> | 2024-03-07 17:00:10 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2024-03-07 18:11:23 +0200 |
commit | 464c659a82050c2655f5f83539786ebf4b39264c (patch) | |
tree | 6385e4e34954f1b32122193d7e4f28067de611b7 /applications/luci-app-irqbalance/htdocs/luci-static/resources | |
parent | 13e42590ddc23fe32f564a29be4eec93fd4d9b22 (diff) |
irqbalance: Add option for new 'debug' setting
Add option for 'debug' setting that was introduced in
https://github.com/openwrt/packages/commit/41e5b979f583ed29a6cafa33ef9b5825f5165a43
Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
Diffstat (limited to 'applications/luci-app-irqbalance/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js b/applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js index 280b6f19c7..5fe87a98cf 100644 --- a/applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js +++ b/applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js @@ -111,6 +111,8 @@ return view.extend({ : true; } + o = s.option(form.Flag, 'debug', _('Show debug output'), _('Show debug output in system log.')); + return m.render(); } }); |