Commit graph

7 commits

Author SHA1 Message Date
He Ping
2bdf7c83e3 luci-app-upup: Improve translation
Signed-off-by: He Ping <pinghejk@gmail.com>
2024-01-23 18:00:24 +02:00
Jo-Philipp Wich
03c77dafe3 treewide: transition div tables to actual table markup
Modern browsers allow decomposing table markup equally well as nested div
constructs, therefor migrate our <div> table markup to actual <table> tags
but keep the old table/tr/th/td CSS classes for now to allow for a smooth
theme transition.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-11-27 21:36:40 +01:00
Chen Minqiang
b36f560abf luci-app-upnp: remove extra space
This was introduced in b01a394bde
(Fixes: "luci-app-upnp: add stun support")
Fixes: #4604

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-11-20 13:55:28 +02:00
Ansuel Smith
b01a394bde
luci-app-upnp: add stun support
STUN support has been added to upnp init but luci lacks support of it.

Fixes: #4544
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-11-01 02:08:12 +01:00
Jo-Philipp Wich
3c4bc228a1 treewide: import utility classes explicitly
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-03 10:00:06 +02:00
Jo-Philipp Wich
50720d36a3 luci-app-upnp: escape map title
Fixes: #3597
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-08 11:24:51 +01:00
Ansuel Smith
cfa70932c3
luci-app-upnp: convert to client side implementation
Implement luci.upnp ubus app.
Convert lua page to js client side implementation.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2020-01-08 21:45:31 +01:00