diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js index ea9ee2ef14..2ed2b1fedb 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js @@ -195,6 +195,7 @@ return view.extend({ o = s.taboption('logging', form.ListValue, 'cronloglevel', _('Cron Log Level')); o.default = 7; o.value(7, _('Normal')); + o.value(9, _('Disabled')); o.value(5, _('Debug')); /* |