mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-app-radicale3: correctness fixes
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -451,7 +451,7 @@ return view.extend({
|
||||
s.tab('main', _('Main'));
|
||||
|
||||
o = s.taboption('main', form.ListValue, 'level', _('Log Level'));
|
||||
s.rmempty = true;
|
||||
o.rmempty = true;
|
||||
o.value('', _('Default (info)'));
|
||||
o.value('trace', _('Trace'));
|
||||
o.value('debug', _('Debug'));
|
||||
|
||||
Reference in New Issue
Block a user