From e915e3ef5187a278737b5d7bd1106728f4473ccb Mon Sep 17 00:00:00 2001 From: Vadim Vetrov Date: Sun, 22 Dec 2024 17:26:50 +0300 Subject: [PATCH] Add notice about sections order --- .../luci-static/resources/view/youtubeUnblock/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-youtubeUnblock/htdocs/luci-static/resources/view/youtubeUnblock/configuration.js b/luci-app-youtubeUnblock/htdocs/luci-static/resources/view/youtubeUnblock/configuration.js index 1bdb2ac..542a0e1 100644 --- a/luci-app-youtubeUnblock/htdocs/luci-static/resources/view/youtubeUnblock/configuration.js +++ b/luci-app-youtubeUnblock/htdocs/luci-static/resources/view/youtubeUnblock/configuration.js @@ -227,7 +227,7 @@ return view.extend({ const flags_section = o.subsection; this.renderGeneralConfigs(flags_section); - o = flags_section.option(form.SectionValue, "_subsections_section", form.GridSection, "section", _("Section configs")) + o = flags_section.option(form.SectionValue, "_subsections_section", form.GridSection, "section", _("Section configs"), _("Note that sections will be executed in reverse order: from last section to first. After section handles the packet, it stops processing in the next sections")) const subsects_section = o.subsection; subsects_section.addremove = true; subsects_section.anonymous = true;