You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2013/12/09 11:59:28 UTC

git commit: AMBARI-4005. Need to add green color to config-filtering combo entry. (Denys Buzhor via akovalenko)

Updated Branches:
  refs/heads/trunk bf20cda0a -> 8bd4a9793


AMBARI-4005. Need to add green color to config-filtering combo entry. (Denys Buzhor via akovalenko)


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

Branch: refs/heads/trunk
Commit: 8bd4a9793df35aed112eacd1c2f7c6242c043e7a
Parents: bf20cda
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Mon Dec 9 12:57:49 2013 +0200
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Mon Dec 9 12:57:49 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/templates/common/filter_combobox.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8bd4a979/ambari-web/app/templates/common/filter_combobox.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/filter_combobox.hbs b/ambari-web/app/templates/common/filter_combobox.hbs
index 0ffa7c5..a968078 100644
--- a/ambari-web/app/templates/common/filter_combobox.hbs
+++ b/ambari-web/app/templates/common/filter_combobox.hbs
@@ -25,7 +25,7 @@
         {{#each column in view.columns}}
             <li>
                 <a href="#" {{action selectFilterColumn column target="view"}}>
-                  <i {{bindAttr class="column.selected:icon-ok-sign:icon-placeholder"}}></i>
+                  <i {{bindAttr class="column.selected:icon-ok-sign:icon-placeholder :text-success"}}></i>
                   {{column.name}}
                 </a>
             </li>