mirror of https://git.openwrt.org/project/luci.git
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>
This commit is contained in:
parent
fd9ba1cda8
commit
a5d823f46b
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue