@cryptotaxi247 / netdata-1 / commits / c985800f9

chore: add WireGuard description and icon to dashboard info (#13483)

Ilya Mashchenko committed Aug 4, 2022 at 12:49 UTC c985800f91a34cc1049be3f5982a57d81de9e483
1 file changed +6
web/gui/dashboard_info.js
+6
@@ -687,6 +687,12 @@ netdataDashboard.menu = {
687 icon: '<i class="fas fa-shield-alt"></i>',
688 info: 'Netdata keeps track of the current jail status by reading the Fail2ban log file.'
689 },
690 +
691 + 'wireguard': {
692 + title: 'WireGuard',
693 + icon: '<i class="fas fa-dragon"></i>',
694 + info: 'VPN network interfaces and peers traffic.'
695 + },
696 };
697
698