Add notice about sections order

This commit is contained in:
Vadim Vetrov
2024-12-22 17:26:50 +03:00
parent c6618769e9
commit e915e3ef51

View File

@@ -227,7 +227,7 @@ return view.extend({
const flags_section = o.subsection; const flags_section = o.subsection;
this.renderGeneralConfigs(flags_section); 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; const subsects_section = o.subsection;
subsects_section.addremove = true; subsects_section.addremove = true;
subsects_section.anonymous = true; subsects_section.anonymous = true;