@cryptotaxi247 / netdata-1 / commits / 677e3d002

dashboard_info.js: ebpf: fix close code block (#9293)

Ilya Mashchenko committed Jun 8, 2020 at 12:33 UTC 677e3d002d915cd45bfdde8e2bfedd5ddbea632a
1 file changed +3 -3
web/gui/dashboard_info.js
+3 -3
@@ -3051,12 +3051,12 @@ netdataDashboard.context = {
3051
3052 'ebpf.tcp_functions': {
3053 title : 'TCP calls',
3054 - info: 'Successful or failed calls to functions <code>tcp_sendmsg</code>, <code>tcp_cleanup_rbuf</code> and <code>tcp_close</code.'
3054 + info: 'Successful or failed calls to functions <code>tcp_sendmsg</code>, <code>tcp_cleanup_rbuf</code> and <code>tcp_close</code>.'
3055 },
3056
3057 'ebpf.tcp_bandwidth': {
3058 title : 'TCP bandwidth',
3059 - info: 'Bytes sent and received for functions <code>tcp_sendmsg</code> and <code>tcp_cleanup_rbuf</code>'
3059 + info: 'Bytes sent and received for functions <code>tcp_sendmsg</code> and <code>tcp_cleanup_rbuf</code>.'
3060 },
3061
3062 'ebpf.tcp_error': {
@@ -3071,7 +3071,7 @@ netdataDashboard.context = {
3071
3072 'ebpf.udp_bandwidth': {
3073 title : 'UDP bandwidth',
3074 - info: 'Bytes sent and received for functions <code>udp_sendmsg</code> and <code>udp_recvmsg</code>'
3074 + info: 'Bytes sent and received for functions <code>udp_sendmsg</code> and <code>udp_recvmsg</code>.'
3075 },
3076
3077 'ebpf.file_descriptor': {