From 3432ee256671d689c1b71f821374a480bf609129 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 22 Apr 2024 16:07:00 +0200 Subject: [PATCH] luci-mod-status: add missing cbi-map-descr for realtime graph load Redmine-patch-id: 8465 Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/status/load.js | 2 ++ 1 file changed, 2 insertions(+) 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'), -- 2.30.2