diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-11-08 15:58:17 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-11-08 15:59:40 +0100 |
commit | 6ee61230616245baac02bba903266c881d216008 (patch) | |
tree | 131ed570b350a7a600883ad78effcbc7d941b4d4 /modules/luci-mod-status/htdocs | |
parent | c527bedb0d3df55d46d015d927b89c4d8c8f3e00 (diff) |
luci-mod-status: remove inline CSS hacks from wifi status
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-mod-status/htdocs')
-rw-r--r-- | modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js index ce332626f..e73f57712 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js @@ -36,9 +36,6 @@ function renderbox(radio, networks) { _('Associations'), is_assoc ? (net.assoclist.length || '-') : null, null, is_assoc ? null : E('em', net.isDisabled() ? _('Wireless is disabled') : _('Wireless is not associated'))); - badge.lastElementChild.style.overflow = 'hidden'; - badge.lastElementChild.style.textOverflow = 'ellipsis'; - badges.push(badge); chan = (chan != null) ? chan : net.getChannel(); |