Explorar o código

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

Yusaku Sako %!s(int64=11) %!d(string=hai) anos
pai
achega
ec516c94f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',