瀏覽代碼

AMBARI-5149. YARN Summary panel shows incorrect 'Cluster Memory total'. (xiwang via yusaku)

Yusaku Sako 11 年之前
父節點
當前提交
ec516c94f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/messages.js

+ 1 - 1
ambari-web/app/messages.js

@@ -1723,7 +1723,7 @@ Em.I18n.translations = {
   'dashboard.services.yarn.apps': 'Applications',
   'dashboard.services.yarn.apps.msg': '{0} submitted / {1} running / {2} pending / {3} completed / {4} killed / {5} failed',
   'dashboard.services.yarn.memory': 'Cluster Memory',
-  'dashboard.services.yarn.memory.msg': '{0} used / {1} reserved / {2} total',
+  'dashboard.services.yarn.memory.msg': '{0} used / {1} reserved / {2} available',
   'dashboard.services.yarn.queues': 'Queues',
   'dashboard.services.yarn.queues.msg': '{0} Queues',