Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A11618771 for ; Thu, 22 Oct 2015 10:18:51 +0000 (UTC) Received: (qmail 78459 invoked by uid 500); 22 Oct 2015 10:18:51 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 78431 invoked by uid 500); 22 Oct 2015 10:18:50 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 78422 invoked by uid 99); 22 Oct 2015 10:18:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2015 10:18:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CE96BE3916; Thu, 22 Oct 2015 10:18:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: onechiporenko@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-13519. Disk Usage widget displays not all metrics (onechiporenko) Date: Thu, 22 Oct 2015 10:18:50 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk e652b3587 -> 96fecce1a 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/96fecce1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/96fecce1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/96fecce1 Branch: refs/heads/trunk Commit: 96fecce1a350b1ba71c07438782883a3d17f509c Parents: e652b35 Author: Oleg Nechiporenko Authored: Thu Oct 22 13:10:47 2015 +0300 Committer: Oleg Nechiporenko Committed: Thu Oct 22 13:18:36 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/96fecce1/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) {