From 8052519ef6a7b83b0102e318a171522ca3243a16 Mon Sep 17 00:00:00 2001 From: gitea-action Date: Mon, 5 May 2025 15:00:22 +0800 Subject: [PATCH] luci-app-nikki: sync upstream last commit: https://github.com/nikkinikki-org/OpenWrt-nikki/commit/ca372fe57855e76674417be994d137347a4e9893 --- .../htdocs/luci-static/resources/view/nikki/app.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/luci-app-nikki/htdocs/luci-static/resources/view/nikki/app.js b/luci-app-nikki/htdocs/luci-static/resources/view/nikki/app.js index 38b5f08a9..8b59c7780 100644 --- a/luci-app-nikki/htdocs/luci-static/resources/view/nikki/app.js +++ b/luci-app-nikki/htdocs/luci-static/resources/view/nikki/app.js @@ -125,22 +125,18 @@ return view.extend({ o = s.option(form.Flag, 'fast_reload', _('Fast Reload')); o.rmempty = false; - s = m.section(form.NamedSection, 'config', 'config', _('Core Environment Variable Config')); + s = m.section(form.NamedSection, 'env', 'env', _('Core Environment Variable Config')); o = s.option(form.Flag, 'disable_safe_path_check', _('Disable Safe Path Check')); - o.ucisection = 'env'; o.rmempty = false; o = s.option(form.Flag, 'disable_loopback_detector', _('Disable Loopback Detector')); - o.ucisection = 'env'; o.rmempty = false; o = s.option(form.Flag, 'disable_quic_go_gso', _('Disable GSO of quic-go')); - o.ucisection = 'env'; o.rmempty = false; o = s.option(form.Flag, 'disable_quic_go_ecn', _('Disable ECN of quic-go')); - o.ucisection = 'env'; o.rmempty = false; return m.render();