AMBARI-18604: Workflow Designer View: Filtering suggestion for Status on the 
Workflow Dashboard does not include all status options (Sangeeta Ravindran via 
dili)


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

Branch: refs/heads/branch-feature-AMBARI-18634
Commit: d48b4639aa6a484353e01b43797c7e304c36857d
Parents: 3b2e103
Author: Di Li <[email protected]>
Authored: Wed Nov 2 12:31:00 2016 -0400
Committer: Di Li <[email protected]>
Committed: Wed Nov 2 12:31:00 2016 -0400

----------------------------------------------------------------------
 .../src/main/resources/ui/app/components/search-create-new-bar.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d48b4639/contrib/views/wfmanager/src/main/resources/ui/app/components/search-create-new-bar.js
----------------------------------------------------------------------
diff --git 
a/contrib/views/wfmanager/src/main/resources/ui/app/components/search-create-new-bar.js
 
b/contrib/views/wfmanager/src/main/resources/ui/app/components/search-create-new-bar.js
index c5e1849..420d3b0 100644
--- 
a/contrib/views/wfmanager/src/main/resources/ui/app/components/search-create-new-bar.js
+++ 
b/contrib/views/wfmanager/src/main/resources/ui/app/components/search-create-new-bar.js
@@ -115,7 +115,8 @@ export default Ember.Component.extend(Ember.Evented,{
           typeaheadjs: {
             name: 'source',
             source: substringMatcher(source),
-            highlight : true
+            highlight : true,
+            limit : 10
           }
       });
       this.get('tags').forEach(function(value){

Reply via email to