summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-03-24 17:01:38 +0300
committerGitHub <noreply@github.com>2021-03-24 17:01:38 +0300
commitc76076b4c480f8bb8f84de4dabce7e80c0cfcc2e (patch)
treeb801950cced80006f4d0a4c3e298c845da424a85
parenta714066bcc47b4a0608e7d0eb601754054d114d3 (diff)
web/gui: make network state map sytanx consistent in the dashboard info (#10849)
-rw-r--r--web/gui/dashboard_info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index bf76855eb5..59829bdfd6 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -1062,7 +1062,7 @@ netdataDashboard.context = {
},
'net.operstate': {
- info: 'State map: 0 - unknown, 1 = notpresent, 2 = down, 3 = lowerlayerdown, 4 = testing, 5 = dormant, 6 = up'
+ info: 'State map: 0 - unknown, 1 - notpresent, 2 - down, 3 - lowerlayerdown, 4 - testing, 5 - dormant, 6 - up'
},
// ------------------------------------------------------------------------