@cryptotaxi247 / netdata-1 / commits / df1251402

ebpf plugin info typo fix (#8360)

Ilya Mashchenko committed Mar 10, 2020 at 16:41 UTC df12514021c1b9877b039fa41230b7e72485f41c
1 file changed +1 -1
web/gui/dashboard_info.js
+1 -1
@@ -545,7 +545,7 @@ netdataDashboard.menu = {
545 'ebpf': {
546 title: 'eBPF',
547 icon: '<i class="fas fa-heartbeat"></i>',
548 - info: 'Monitor system calls, internal functtions, bytes read, bytes written and errors using <code>eBPF</code>.'
548 + info: 'Monitor system calls, internal functions, bytes read, bytes written and errors using <code>eBPF</code>.'
549 },
550
551 'vernemq': {