From: Florian Eckert Date: Mon, 22 Apr 2024 14:06:20 +0000 (+0200) Subject: luci-mod-status: add missing cbi-map-descr for realtime graph bandwith X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=fd9ba1cda8055eb3e12a50ea6b186dc379ad7a51;p=project%2Fluci.git luci-mod-status: add missing cbi-map-descr for realtime graph bandwith Redmine-patch-id: 8463 Signed-off-by: Florian Eckert --- 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,