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

ambari git commit: AMBARI-13519. Disk Usage widget displays not all metrics (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 374cd6854 -> b4d562037


AMBARI-13519. Disk Usage widget displays not all metrics (onechiporenko)


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

Branch: refs/heads/branch-2.1
Commit: b4d5620377bd288a8dc973f1c3136b80ca85145d
Parents: 374cd68
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Thu Oct 22 13:10:47 2015 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Thu Oct 22 13:10:47 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/views/main/host/metrics/disk.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b4d56203/ambari-web/app/views/main/host/metrics/disk.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/views/main/host/metrics/disk.js b/ambari-web/app/views/main/host/metrics/disk.js
index 4b8f40f..447fbd8 100644
--- a/ambari-web/app/views/main/host/metrics/disk.js
+++ b/ambari-web/app/views/main/host/metrics/disk.js
@@ -36,7 +36,7 @@ App.ChartHostMetricsDisk = App.ChartLinearTimeView.extend({
 
   loadGroup: {
     name: 'host.metrics.aggregated',
-    fields: ['metrics/disk/disk_total']
+    fields: ['metrics/disk/disk_total', 'metrics/disk/disk_free']
   },
 
   transformToSeries: function (jsonData) {