From 49b4051cf6c08f1533e422b1fbe5ca2a5e01e53f Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Sat, 4 Feb 2017 17:51:14 +0100 Subject: [PATCH] display difficulty col on middle-size screen --- www/templates/network/items_peers.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/templates/network/items_peers.html b/www/templates/network/items_peers.html index bb1c12c67..bd4a38e80 100644 --- a/www/templates/network/items_peers.html +++ b/www/templates/network/items_peers.html @@ -8,7 +8,7 @@ <cs-sort-icon asc="search.asc" sort="search.sort" toggle="'api'"></cs-sort-icon> {{'PEER.API' | translate}} </a> - <a class="no-padding dark hidden-md col col-20 col-header" + <a class="no-padding dark col col-20 col-header" ng-click="toggleSort('difficulty')"> <cs-sort-icon asc="search.asc" sort="search.sort" toggle="'difficulty'"></cs-sort-icon> {{'PEER.DIFFICULTY' | translate}} @@ -48,11 +48,11 @@ </h3> </div> <div class="col col-20 no-padding text-center" ng-if="expertMode && search.type != 'offline'"> - <h3 class="hidden-sm hidden-xs hidden-md"> + <h3 class="hidden-sm hidden-xs"> <span ng-if="peer.uid"><i class="ion-lock-combination"></i>{{peer.difficulty||'?'}}</span> <span ng-if="!peer.uid" translate>PEER.MIRROR</span> </h3> - <h4 class="hidden-sm hidden-xs hidden-md gray">v{{peer.version}}</h4> + <h4 class="hidden-sm hidden-xs gray">v{{peer.version}}</h4> </div> <div class="col col-20 no-padding text-center"> <span id="helptip-network-peer-{{$index}}-block" -- GitLab