Browse Source

Simplify node/repo headers on extra-small screens

Jakob Borg 11 years ago
parent
commit
ed07fc0f2c
2 changed files with 2 additions and 2 deletions
  1. 0 0
      auto/gui.files.go
  2. 2 2
      gui/index.html

File diff suppressed because it is too large
+ 0 - 0
auto/gui.files.go


+ 2 - 2
gui/index.html

@@ -126,7 +126,7 @@
           <h3 class="panel-title">
           <a data-toggle="collapse" data-parent="#repositories" href="#repo-{{repo.ID}}">
           <span class="glyphicon glyphicon-hdd"></span> {{repo.Directory | shortPath}}
-          <span class="pull-right">{{repoStatus(repo.ID)}}</span>
+          <span class="pull-right hidden-xs">{{repoStatus(repo.ID)}}</span>
           </a>
           </h3>
           </div>
@@ -247,7 +247,7 @@
             <a data-toggle="collapse" data-parent="#nodes" href="#node-{{nodeCfg.NodeID}}">
             <span class="glyphicon glyphicon-retweet"></span>
             {{nodeName(nodeCfg)}}
-            <span class="pull-right">{{nodeStatus(nodeCfg)}}</span>
+            <span class="pull-right hidden-xs">{{nodeStatus(nodeCfg)}}</span>
             </a>
             </h3>
           </div>

Some files were not shown because too many files changed in this diff