irqbalance: Add option for new 'debug' setting

Add option for 'debug' setting that was introduced in
41e5b979f5

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
This commit is contained in:
Carsten Schuette
2024-03-07 17:00:10 +01:00
committed by Hannu Nyman
parent 13e42590dd
commit 464c659a82

View 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();
}
});