Explorar o código

[AMBARI-25824] Fix the widget.json for the Host CPU Wait IO % (#3620)

Ravuri Sushma Sree %!s(int64=2) %!d(string=hai) anos
pai
achega
4d8a031be7
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ambari-server/src/main/resources/widgets.json

+ 2 - 2
ambari-server/src/main/resources/widgets.json

@@ -80,8 +80,8 @@
           ],
           "values": [
             {
-              "name": "Host Memory Used %",
-              "value": "${cpu_wio*100}"
+              "name": "Host CPU Wait IO %",
+              "value": "${cpu_wio}"
             }
           ],
           "properties": {