irqbalance: Add option for new 'debug' setting
authorCarsten Schuette <schuettecarsten@googlemail.com>
Thu, 7 Mar 2024 16:00:10 +0000 (17:00 +0100)
committerHannu Nyman <hannu.nyman@iki.fi>
Thu, 7 Mar 2024 16:11:23 +0000 (18:11 +0200)
Add option for 'debug' setting that was introduced in
https://github.com/openwrt/packages/commit/41e5b979f583ed29a6cafa33ef9b5825f5165a43

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
applications/luci-app-irqbalance/htdocs/luci-static/resources/view/irqbalance.js

index 280b6f19c7fa49a87e80e0f33d71a3d50156860b..5fe87a98cf338b8b9597b01620ea03f9632b63bb 100644 (file)
@@ -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();
     }
 });