Repository: ambari Updated Branches: refs/heads/branch-2.5 3c8893345 -> 3921450df
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/3921450d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3921450d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3921450d Branch: refs/heads/branch-2.5 Commit: 3921450df06b9373f2fdba1fed587aade6125a73 Parents: 3c88933 Author: Di Li <[email protected]> Authored: Wed Nov 2 12:31:00 2016 -0400 Committer: Di Li <[email protected]> Committed: Wed Nov 2 12:39:37 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/3921450d/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){
