Age | Commit message (Collapse) | Author |
|
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>
|
|
This was introduced in b01a394bded4dc2dd838ef579a80e12c4e23407b
(Fixes: "luci-app-upnp: add stun support")
Fixes: #4604
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
|
|
STUN support has been added to upnp init but luci lacks support of it.
Fixes: #4544
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
|
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Fixes: #3597
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|
Implement luci.upnp ubus app.
Convert lua page to js client side implementation.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|