Updated Branches: refs/heads/trunk f3fbc2e9d -> d1f17bff0
AMBARI-4086. Need clear filter action in configs filter textfield. (Mikhail Bayuk via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d1f17bff Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d1f17bff Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d1f17bff Branch: refs/heads/trunk Commit: d1f17bff041d154cef9b87ea5fd32389d9ff1ca1 Parents: f3fbc2e Author: Yusaku Sako <[email protected]> Authored: Mon Dec 30 13:45:09 2013 -0800 Committer: Yusaku Sako <[email protected]> Committed: Mon Dec 30 13:45:50 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/templates/common/configs/service_config.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d1f17bff/ambari-web/app/templates/common/configs/service_config.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/service_config.hbs b/ambari-web/app/templates/common/configs/service_config.hbs index 50ff00e..ec27d9f 100644 --- a/ambari-web/app/templates/common/configs/service_config.hbs +++ b/ambari-web/app/templates/common/configs/service_config.hbs @@ -72,7 +72,7 @@ {{/if}} {{/if}} <div class="pull-right"> - {{view App.FilterComboboxView filterBinding="view.filter" columnsBinding="view.columns" }} + {{view App.FilterComboCleanableView filterBinding="view.filter" columnsBinding="view.columns" }} </div> </div> {{/if}}
