Simplify node/repo headers on extra-small screens

This commit is contained in:
Jakob Borg 2014-05-24 12:38:44 +02:00
parent 4af3f77a9a
commit ed07fc0f2c
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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>