summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2022-10-18 20:30:27 +0100
committerGitHub <noreply@github.com>2022-10-18 20:30:27 +0100
commitd41cded5def1b1046062be9e0288c214e2e088b9 (patch)
tree2b59ad13970668bbe453c0195e9c15354c3894db /web
parent218ca02b8d26dfba6493eefb7dc88b6e1ca2c0e9 (diff)
Pandas collector (#13773)
Add pandas collector.
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 3aafa7132c..87562be1cb 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -711,6 +711,10 @@ netdataDashboard.menu = {
icon: '<i class="fas fa-dragon"></i>',
info: 'VPN network interfaces and peers traffic.'
},
+
+ 'pandas': {
+ icon: '<i class="fas fa-teddy-bear"></i>'
+ },
};