Commit graph

7 commits

Author SHA1 Message Date
Florian Eckert
675a0eae56 luci-app-mwan3: fix i18n plural warning
Updating applications/luci-app-mwan3/po/templates/mwan3.pot ...
xgettext: warning: msgid '%d second' is used without plural and with
plural.
  standard input:175: Here is the occurrence without plural.
  standard input:170: Here is the occurrence with plural.
Workaround: If the msgid is a sentence, change the wording of the
sentence; otherwise, use contexts for disambiguation.
xgettext: warning: msgid '%d second' is used without plural and with
plural.
  standard input:191: Here is the occurrence without plural.
  standard input:170: Here is the occurrence with plural.
Workaround: If the msgid is a sentence, change the wording of the
sentence; otherwise, use contexts for disambiguation.
xgettext: warning: msgid '%d second' is used without plural and with
plural.
  standard input:213: Here is the occurrence without plural.
  standard input:170: Here is the occurrence with plural.
Workaround: If the msgid is a sentence, change the wording of the
sentence; otherwise, use contexts for disambiguation.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-06-30 10:17:07 +02:00
Florian Eckert
2af8158fa8 luci-app-mwan3: only show timeout if sticky is set
Redmine-patch-id: 6621
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-06 15:02:53 +01:00
Florian Eckert
919436e47e luci-app-mwan3: move proto select after ip version selection
Redmine-patch-id: 6620
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-12-06 15:02:37 +01:00
Jo-Philipp Wich
99019024ad luci-app-mwan3: fix markup which is not valid XHTML
XHTML does not specify `&nbsp;`, use `&#160;` instead.

Fixes: #5421
Fixes: f5f6b3e4f8 ("luci-app-mwan3: convert to JS")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08 19:53:09 +02:00
Florian Eckert
c700cbc59e luci-app-mwan3: add reorder for mwan3 rules
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-08-17 08:27:14 +02:00
Florian Eckert
57688b9ce8 luci-app-mwan3: change form value flush_conntrack to a dynamic list
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-08-12 14:54:29 +02:00
Florian Eckert
f5f6b3e4f8 luci-app-mwan3: convert to JS
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-07-09 08:38:11 +02:00