X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-mod-status%2Fhtdocs%2Fluci-static%2Fresources%2Fview%2Fstatus%2Fbandwidth.js;h=4bdc9e2675b69d925283fb5934dba72840b607a6;hb=fd9ba1cda8055eb3e12a50ea6b186dc379ad7a51;hp=0fbe49c12cd7d87cbd19516f1a6f906e95c4269f;hpb=f79634dc3e18671b3a2fd992d67d0c68fadd84dc;p=project%2Fluci.git diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js index 0fbe49c12c..4bdc9e2675 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js @@ -309,7 +309,11 @@ return view.extend({ this.pollData(); - return v; + return E([], [ + E('h2', _('Bandwith')), + E('div', {'class': 'cbi-map-descr'}, _('This page displays the bandwidth used for all available physical interfaces.')), + v + ]); }, handleSaveApply: null,