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 2016/02/12 11:57:20 UTC

ambari git commit: AMBARI-15025. Hosts page: Filtering works incorrectly with multiple filters applied (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 6ed6758e6 -> b75cc8d3a


AMBARI-15025. Hosts page: Filtering works incorrectly with multiple filters applied (onechiporenko)


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

Branch: refs/heads/branch-2.2
Commit: b75cc8d3a83cb61318bb7f9261cb56ec22fb4a48
Parents: 6ed6758
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Fri Feb 12 12:21:25 2016 +0200
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Fri Feb 12 12:57:10 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/b75cc8d3/ambari-web/app/controllers/main/host.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/host.js b/ambari-web/app/controllers/main/host.js
index 3f99d2e..775aec9 100644
--- a/ambari-web/app/controllers/main/host.js
+++ b/ambari-web/app/controllers/main/host.js
@@ -108,7 +108,7 @@ App.MainHostController = Em.ArrayController.extend(App.TableServerMixin, {
     },
     {
       name: 'criticalWarningAlertsCount',
-      key: 'alerts_summary/CRITICAL{0}|alerts_summary/WARNING{1}',
+      key: '(alerts_summary/CRITICAL{0}|alerts_summary/WARNING{1})',
       type: 'CUSTOM'
     },
     {