summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-06-20 11:13:20 +0300
committerGitHub <noreply@github.com>2022-06-20 11:13:20 +0300
commit222a3f59e82434033297560511595d80ada0886f (patch)
tree78d57a731c753cd3050ed5d44628ff15d9759410 /web
parentb248cfa6cfb948fb14208328fe1aea6aac904c62 (diff)
feat(proc/proc_net_dev): add dim per phys link state to the "Interface Physical Link State" chart (#13176)
* add dim per carrier state * fix down state
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 8cb3538a9e..3b3524c9aa 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -1133,8 +1133,7 @@ const netOperstateInfo = '<p>The current ' +
'<b>Testing</b> - the interface is in testing mode, e.g. cable test. It can’t be used for normal traffic until tests complete. ' +
'<b>Dormant</b> - the interface is L1 up, but waiting for an external event, e.g. for a protocol to establish. ' +
'<b>Up</b> - the interface is ready to pass packets and can be used.</p>'
-const netCarrierInfo = '<p>The current physical link state of the interface.</p>' +
- '<p><b>State map</b>: 0 - down, 1 - up.</p>'
+const netCarrierInfo = 'The current physical link state of the interface.'
const netSpeedInfo = 'The interface\'s latest or current speed that the network adapter ' +
'<a href="https://en.wikipedia.org/wiki/Autonegotiation" target="_blank">negotiated</a> with the device it is connected to. ' +
'This does not give the max supported speed of the NIC.'