summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
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. ' +