Repository: ambari Updated Branches: refs/heads/branch-2.5 022a28e33 -> 3b6fc2bf4
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/3b6fc2bf Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3b6fc2bf Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3b6fc2bf Branch: refs/heads/branch-2.5 Commit: 3b6fc2bf47609d44fdc2e9a578684689cf546bf9 Parents: 022a28e Author: Aleksandr Kovalenko <[email protected]> Authored: Wed Aug 3 18:34:38 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Tue Sep 13 15:42:41 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/3b6fc2bf/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}
