summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-06-17 16:51:31 +0300
committerGitHub <noreply@github.com>2022-06-17 16:51:31 +0300
commita483ead88b694a176d705ef191cba633ca692942 (patch)
tree216fbca87b3a1dbd35c47e9f40774f5a2686cca8 /web
parentafae8971f0f9df87c09920430c288d65e4643292 (diff)
feat(proc/proc_net_dev): add dim per duplex state to the "Interface Duplex State" chart (#13165)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index ac2957d80e..8cb3538a9e 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -1123,8 +1123,7 @@ const netDuplexInfo = '<p>The interface\'s latest or current ' +
'<a href="https://en.wikipedia.org/wiki/Autonegotiation" target="_blank">negotiated</a> with the device it is connected to.</p>' +
'<p><b>Unknown</b> - the duplex mode can not be determined. ' +
'<b>Half duplex</b> - the communication is one direction at a time. ' +
- '<b>Full duplex</b> - the interface is able to send and receive data simultaneously.</p>' +
- '<p><b>State map</b>: 0 - unknown, 1 - half, 2 - full.</p>'
+ '<b>Full duplex</b> - the interface is able to send and receive data simultaneously.</p>'
const netOperstateInfo = '<p>The current ' +
'<a href="https://datatracker.ietf.org/doc/html/rfc2863" target="_blank">operational state</a> of the interface.</p>' +
'<p><b>Unknown</b> - the state can not be determined. ' +