@cryptotaxi247 / netdata-1 / commits / c76076b4c

web/gui: make network state map sytanx consistent in the dashboard info (#10849)

Ilya Mashchenko committed Mar 24, 2021 at 17:01 UTC c76076b4c480f8bb8f84de4dabce7e80c0cfcc2e
1 file changed +1 -1
web/gui/dashboard_info.js
+1 -1
@@ -1062,7 +1062,7 @@ netdataDashboard.context = {
1062 },
1063
1064 'net.operstate': {
1065 - info: 'State map: 0 - unknown, 1 = notpresent, 2 = down, 3 = lowerlayerdown, 4 = testing, 5 = dormant, 6 = up'
1065 + info: 'State map: 0 - unknown, 1 - notpresent, 2 - down, 3 - lowerlayerdown, 4 - testing, 5 - dormant, 6 - up'
1066 },
1067
1068 // ------------------------------------------------------------------------