mirror of
https://github.com/netdata/netdata.git
synced 2025-05-11 04:10:55 +00:00
Wireless statistics (#10052)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Joel Hans <joel.g.hans@gmail.com> Co-authored-by: ladakis <vaggosbboy@gmail.com>
This commit is contained in:
parent
6b2ffc355a
commit
31b045aa3c
8 changed files with 509 additions and 0 deletions
web/gui
|
@ -50,6 +50,12 @@ netdataDashboard.menu = {
|
|||
info: 'Performance metrics for network interfaces.'
|
||||
},
|
||||
|
||||
'wireless': {
|
||||
title: 'Wireless Interfaces',
|
||||
icon: '<i class="fas fa-wifi"></i>',
|
||||
info: 'Performance metrics for wireless interfaces.'
|
||||
},
|
||||
|
||||
'ip': {
|
||||
title: 'Networking Stack',
|
||||
icon: '<i class="fas fa-cloud"></i>',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue