Selaa lähdekoodia

AMBARImbari-25568] Fix The 'NodeManager RAM Utilized' metric in the heatmap had no unit (#3241)

* Update YARN_widgets.json

* Update YARN_widgets.json
neko 5 vuotta sitten
vanhempi
commit
afb1e7d0bd

+ 1 - 1
ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/YARN_widgets.json

@@ -577,7 +577,7 @@
             }
           ],
           "properties": {
-            "display_unit": "",
+            "display_unit": "GB",
             "max_limit": "100"
           }
         },

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/YARN_widgets.json

@@ -636,7 +636,7 @@
             }
           ],
           "properties": {
-            "display_unit": "",
+            "display_unit": "GB",
             "max_limit": "100"
           }
         },