Repository: ambari Updated Branches: refs/heads/trunk 5ddeb0989 -> 15df97317
AMBARI-18007. JournalNodes filter doesn't work (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/15df9731 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/15df9731 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/15df9731 Branch: refs/heads/trunk Commit: 15df9731741f64dd9a6857ec2edaf9aa197f7aaf Parents: 5ddeb09 Author: Aleksandr Kovalenko <[email protected]> Authored: Wed Aug 3 18:34:38 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Aug 3 18:34:38 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/views/main/service/services/hdfs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/15df9731/ambari-web/app/views/main/service/services/hdfs.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/main/service/services/hdfs.js b/ambari-web/app/views/main/service/services/hdfs.js index 4e73d7b..40fb761 100644 --- a/ambari-web/app/views/main/service/services/hdfs.js +++ b/ambari-web/app/views/main/service/services/hdfs.js @@ -151,7 +151,9 @@ App.MainDashboardServiceHdfsView = App.MainDashboardServiceView.extend({ return App.StackServiceComponent.find().someProperty('componentName', 'NFS_GATEWAY'); }.property(), - journalNodeComponent: Em.computed.alias('service.journalNodes.firstObject'), + journalNodeComponent: Em.Object.create({ + componentName: 'JOURNALNODE' + }), /** * @type {string}
