You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by nn...@apache.org on 2014/10/14 19:05:34 UTC

git commit: Fixed display of table filter for empty tables.

Repository: mesos
Updated Branches:
  refs/heads/master e27a4589d -> dfd466cf1


Fixed display of table filter for empty tables.

Review: https://reviews.apache.org/r/17082


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

Branch: refs/heads/master
Commit: dfd466cf121bf3482acc73f0461e557a5c3ac299
Parents: e27a458
Author: Thomas Rampelberg <th...@saunter.org>
Authored: Tue Oct 14 09:39:36 2014 -0700
Committer: Niklas Q. Nielsen <ni...@mesosphere.io>
Committed: Tue Oct 14 10:05:21 2014 -0700

----------------------------------------------------------------------
 src/webui/master/static/directives/tableHeader.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/dfd466cf/src/webui/master/static/directives/tableHeader.html
----------------------------------------------------------------------
diff --git a/src/webui/master/static/directives/tableHeader.html b/src/webui/master/static/directives/tableHeader.html
index 2acb6c8..ad64864 100644
--- a/src/webui/master/static/directives/tableHeader.html
+++ b/src/webui/master/static/directives/tableHeader.html
@@ -3,7 +3,8 @@
     <h3 id="frameworks">{{headerTitle}}</h3>
   </div>
   <div class="col-md-4">
-    <div class="input-group input-group-sm input-group-header">
+    <div class="input-group input-group-sm input-group-header"
+      ng-hide="$data.length === 0">
       <span class="input-group-addon"
           ng-class="{ 'input-group-addon-success': filterTerm.length > 0 }">
         <i class="glyphicon glyphicon-filter"></i>