Selaa lähdekoodia

AMBARI-14818. Incorrect markup of some Accumulo's metrics widgets (alexantonenko)

Alex Antonenko 9 vuotta sitten
vanhempi
commit
75be3b97a7

+ 2 - 2
ambari-server/src/main/resources/stacks/HDP/2.3/services/ACCUMULO/widgets.json

@@ -83,7 +83,7 @@
             }
           ],
           "properties": {
-            "display_unit": "compactions",
+            "display_unit": "MinCs",
             "graph_type": "LINE",
             "time_range": "1"
           }
@@ -118,7 +118,7 @@
             }
           ],
           "properties": {
-            "display_unit": "compactions",
+            "display_unit": "MajCs",
             "graph_type": "LINE",
             "time_range": "1"
           }