mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
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:
committed by
Hannu Nyman
parent
13e42590dd
commit
464c659a82
@@ -111,6 +111,8 @@ return view.extend({
|
|||||||
: true;
|
: true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
o = s.option(form.Flag, 'debug', _('Show debug output'), _('Show debug output in system log.'));
|
||||||
|
|
||||||
return m.render();
|
return m.render();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user