diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-22 16:07:00 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-23 14:13:51 +0200 |
commit | 3432ee256671d689c1b71f821374a480bf609129 (patch) | |
tree | a11e5d31269749507c56abf122956314d06b3c33 /modules/luci-mod-status/htdocs | |
parent | a5d823f46b0948027415460969ba95f4d39c83e0 (diff) |
luci-mod-status: add missing cbi-map-descr for realtime graph load
Redmine-patch-id: 8465
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/load.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js index 633e43e6c3..ec80d86b64 100644 --- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js +++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js @@ -224,6 +224,8 @@ return view.extend({ var svg = data[0]; var v = E([], [ + E('h2', _('System load')), + E('div', {'class': 'cbi-map-descr'}, _('Load Average is a metric that is used by Linux to keep track of system resources.')), svg, E('div', { 'class': 'right' }, E('small', { 'id': 'scale' }, '-')), E('br'), |