You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/10/22 15:39:03 UTC

[2/2] ambari git commit: AMBARI-13509. hdfs disk usage metric confusing

AMBARI-13509. hdfs disk usage metric confusing


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/594f96b2
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/594f96b2
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/594f96b2

Branch: refs/heads/branch-2.1
Commit: 594f96b261118dced1be84e92620c2c3e80e7c85
Parents: 23b7759
Author: Alex Antonenko <hi...@gmail.com>
Authored: Thu Oct 22 16:22:59 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Thu Oct 22 16:38:57 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/messages.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/594f96b2/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index efeaeb9..4362fb5 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -2489,7 +2489,7 @@ Em.I18n.translations = {
   'dashboard.services.hdfs.capacity':'HDFS Disk Usage',
   'dashboard.services.hdfs.capacity.dfsUsed':'Disk Usage (DFS Used)',
   'dashboard.services.hdfs.capacity.nonDfsUsed':'Disk Usage (Non DFS Used)',
-  'dashboard.services.hdfs.capacity.remaining':'Disk Usage (Remaining)',
+  'dashboard.services.hdfs.capacity.remaining':'Disk Remaining',
   'dashboard.services.hdfs.capacityUsed':'{0} / {1} ({2}%)',
   'dashboard.services.hdfs.totalFilesAndDirs':'Total Files + Directories',
   'dashboard.services.hdfs.datanodes':'DataNodes',