luci-app-usteer: fix copy/paste mistake
authorRamon Van Gorkom <redacted>
Wed, 18 Mar 2026 17:45:12 +0000 (18:45 +0100)
committerPaul Donald <redacted>
Thu, 19 Mar 2026 20:50:25 +0000 (21:50 +0100)
luci-app-usteer: fix copy/paste mistake

Signed-off-by: Ramon Van Gorkom <redacted>
applications/luci-app-usteer/htdocs/luci-static/resources/view/usteer/usteer.js

index a55cb2e8d96c663ad85f97b5cc062b7a8281fddc..fc9943de0b1c61f4ae1e5fe217794d237b472d73 100644 (file)
@@ -730,8 +730,7 @@ return view.extend({
                        o.value('1', _('1 Passive BSS-transition-request'));
                        o.value('2', _('2 BSS-transition-request with disassociation imminent'));
                        o.value('3', _('3 BSS-transition-request with disassociation imminent and timer'));
-                       o.value('4', _('4 Network packet info'));
-                       o.value('5', _('5 BSS-transition-request with disassociation imminent, timer and forced disassociation'));
+                       o.value('4', _('4 BSS-transition-request with disassociation imminent, timer and forced disassociation'));
                        o.optional = true;
                        o.datatype = 'uinteger';
                }
git clone https://git.99rst.org/PROJECT