Repository: ambari Updated Branches: refs/heads/trunk 33e262e1a -> ec516c94f
AMBARI-5149. YARN Summary panel shows incorrect 'Cluster Memory total'. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ec516c94 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ec516c94 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ec516c94 Branch: refs/heads/trunk Commit: ec516c94f711c44dbfe18b3de00d7ba415edb14b Parents: 33e262e Author: Yusaku Sako <[email protected]> Authored: Wed Mar 19 14:00:56 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Mar 19 14:00:56 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ec516c94/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index f715262..0e0b529 100644 --- a/ambari-web/app/messages.js +++ b/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',
