Repository: ambari
Updated Branches:
  refs/heads/trunk 7d6acbb91 -> ef4f7720d


AAMBARI-5409  Select all option on Confirm Hosts occupies a lot of space 
(ababiichuk)


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

Branch: refs/heads/trunk
Commit: ef4f7720d2ea09c58c067a00d4f44bdb7fd26136
Parents: 7d6acbb
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Wed Apr 9 18:09:14 2014 +0300
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Wed Apr 9 18:11:22 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/styles/application.less    |  5 -----
 ambari-web/app/templates/wizard/step3.hbs | 17 +++--------------
 2 files changed, 3 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ef4f7720/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less 
b/ambari-web/app/styles/application.less
index 28a383c..1a8bdae 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -426,11 +426,6 @@ h1 {
   #confirm-hosts {
     table {
       margin-bottom: 0;
-      td {
-        input[type="checkbox"] {
-          margin-left: 15px;
-        }
-      }
       th {
         input[type="checkbox"] {
           //fixes height discrepencies in IE

http://git-wip-us.apache.org/repos/asf/ambari/blob/ef4f7720/ambari-web/app/templates/wizard/step3.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step3.hbs 
b/ambari-web/app/templates/wizard/step3.hbs
index 45adf49..40fb73e 100644
--- a/ambari-web/app/templates/wizard/step3.hbs
+++ b/ambari-web/app/templates/wizard/step3.hbs
@@ -58,26 +58,15 @@
           <table class="table table-bordered table-striped">
               <thead>
               <tr>
-                  <th class="span1">
-                      <div class="btn-group">
-                          <a class="btn">
-                            {{view Ember.Checkbox 
checkedBinding="view.pageChecked"}}
-                          </a><button class="btn dropdown-toggle" 
data-toggle="dropdown">
-                              <span class="caret"></span>
-                          </button>
-                          <ul class="dropdown-menu">
-                              <li>
-                                  <a {{action selectAll target="view"}}>{{t 
installer.step3.hostsTable.selectAll}}</a>
-                              </li>
-                          </ul>
-                      </div>
+                  <th class="tinyspan">
+                    {{view Ember.Checkbox checkedBinding="view.pageChecked"}}
                   </th>
                   <th class="span3">{{t common.host}}</th>
                   <!-- retrieved from local storage initially -->
                   <th class="span3">{{t common.progress}}</th>
                   <th class="span2">{{t common.status}}</th>
                   <!-- given by the parsing function that parses data from 
bootstrap call, dynamically assign the color -->
-                  <th class="span3">{{t common.action}}</th>
+                  <th class="span2">{{t common.action}}</th>
                   <!-- trash icon -->
                   <!-- retry icon -->
               </tr>

Reply via email to