SOLR-10146: fixing tabs

This commit is contained in:
Mikhail Khludnev 2017-03-05 12:30:36 +03:00
parent 686fbd3ba2
commit f49bd79ec1
1 changed files with 14 additions and 14 deletions

View File

@ -216,22 +216,22 @@ limitations under the License.
<div class="block" id="shard-data">
<div class="content shard" ng-repeat="shard in collection.shards">
<a ng-click="toggleShard(shard)">
<h2>
<span ng-class="{open:shard.show}"><b>Shard: {{shard.name}}</b></span>
<div style="float:right" ng-show="!shard.range || shard.state == 'inactive'"><a ng-click="toggleRemoveShard(shard)"><span class="rem"></span></a></div>
</h2>
<h2>
<span ng-class="{open:shard.show}"><b>Shard: {{shard.name}}</b></span>
<div style="float:right" ng-show="!shard.range || shard.state == 'inactive'"><a ng-click="toggleRemoveShard(shard)"><span class="rem"></span></a></div>
</h2>
</a>
<ul ng-show="shard.showRemove">
<li>
<form class="delete-shard">
<p class="clearfix"><em>Are you sure you want to delete this shard?</em></p>
<p class="clearfix buttons">
<button class="submit" ng-class="{success: shard.deleted}" ng-click="deleteShard(shard)"><span>Delete Shard</span></button>
<button type="reset" class="reset" ng-click="toggleRemoveShard(shard)"><span>Cancel</span></button>
</p>
</form>
</li>
</ul>
<li>
<form class="delete-shard">
<p class="clearfix"><em>Are you sure you want to delete this shard?</em></p>
<p class="clearfix buttons">
<button class="submit" ng-class="{success: shard.deleted}" ng-click="deleteShard(shard)"><span>Delete Shard</span></button>
<button type="reset" class="reset" ng-click="toggleRemoveShard(shard)"><span>Cancel</span></button>
</p>
</form>
</li>
</ul>
<ul ng-show="shard.show">
<li>
<ul>