summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-status/htdocs
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-04-22 16:06:45 +0200
committerFlorian Eckert <fe@dev.tdt.de>2024-04-23 14:13:42 +0200
commita5d823f46b0948027415460969ba95f4d39c83e0 (patch)
tree6f65f667f5035f3db37d7a7f5795be77cbeca7fa /modules/luci-mod-status/htdocs
parentfd9ba1cda8055eb3e12a50ea6b186dc379ad7a51 (diff)
luci-mod-status: add missing cbi-map-descr for realtime graph connections
Redmine-patch-id: 8464 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-status/htdocs')
-rw-r--r--modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js
index 168bfefdf8..da3c102fc8 100644
--- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js
+++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js
@@ -319,6 +319,8 @@ return view.extend({
var svg = data[0];
var v = E([], [
+ E('h2', _('Connections')),
+ E('div', {'class': 'cbi-map-descr'}, _('This page displays the active connections via this device.')),
svg,
E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')),
E('br'),