luci-app-upnp: tweak table markup
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
22e4a2420c
commit
5722105007
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
st[i].intaddr,
|
st[i].intaddr,
|
||||||
st[i].intport,
|
st[i].intport,
|
||||||
st[i].descr,
|
st[i].descr,
|
||||||
E('<input class="cbi-button cbi-button-remove" type="button" value="<%:Delete%>" onclick="upnp_delete_fwd(%d)" />'.format(st[i].num))
|
E('<div><input class="cbi-button cbi-button-remove" type="button" value="<%:Delete%>" onclick="upnp_delete_fwd(%d)" /></div>'.format(st[i].num))
|
||||||
]);
|
]);
|
||||||
|
|
||||||
cbi_update_table(tb, rows, '<em><%:There are no active redirects.%></em>');
|
cbi_update_table(tb, rows, '<em><%:There are no active redirects.%></em>');
|
||||||
|
|
Loading…
Reference in a new issue