summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-06-17 12:51:23 +0300
committerGitHub <noreply@github.com>2022-06-17 12:51:23 +0300
commit1aab506fcb53ae42e2c37dfa11ba0192ad5292e9 (patch)
tree7a4aa38e6e29a96a02566e98978b6704f3b211ce /web
parentb53a30ae5380b8af42634df26a78aae7854f350d (diff)
feat(proc/proc_net_dev): add dim per operstate to the "Interface Operational State" chart (#13167)
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 59d198f486..ac2957d80e 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -1133,8 +1133,7 @@ const netOperstateInfo = '<p>The current ' +
'<b>LowerLayerDown</b> - the interface is down due to state of lower-layer interface(s). ' +
'<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>' +
- '<p><b>State map</b>: 0 - unknown, 1 - notpresent, 2 - down, 3 - lowerlayerdown, 4 - testing, 5 - dormant, 6 - up.</p>'
+ '<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 netSpeedInfo = 'The interface\'s latest or current speed that the network adapter ' +