summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-08-04 12:49:54 +0300
committerGitHub <noreply@github.com>2022-08-04 12:49:54 +0300
commitc985800f91a34cc1049be3f5982a57d81de9e483 (patch)
tree0d9c577c8008e0b23c0eda9728d51168655176fa /web
parent2fd2607475479bcb1e5d929f109ffd5537303bb7 (diff)
chore: add WireGuard description and icon to dashboard info (#13483)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index eaa8b42399..1c4838d456 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -687,6 +687,12 @@ netdataDashboard.menu = {
icon: '<i class="fas fa-shield-alt"></i>',
info: 'Netdata keeps track of the current jail status by reading the Fail2ban log file.'
},
+
+ 'wireguard': {
+ title: 'WireGuard',
+ icon: '<i class="fas fa-dragon"></i>',
+ info: 'VPN network interfaces and peers traffic.'
+ },
};