You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/03/07 12:50:48 UTC

[08/12] lucene-solr:jira/solr-9858: SOLR-10146: fixing tabs

SOLR-10146: fixing tabs


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

Branch: refs/heads/jira/solr-9858
Commit: f49bd79ec14f58361320a0931a936840cb15df86
Parents: 686fbd3
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Sun Mar 5 12:30:36 2017 +0300
Committer: Mikhail Khludnev <mk...@apache.org>
Committed: Sun Mar 5 12:30:36 2017 +0300

----------------------------------------------------------------------
 solr/webapp/web/partials/collections.html | 28 +++++++++++++-------------
 1 file changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f49bd79e/solr/webapp/web/partials/collections.html
----------------------------------------------------------------------
diff --git a/solr/webapp/web/partials/collections.html b/solr/webapp/web/partials/collections.html
index 2ac12de..f958e14 100644
--- a/solr/webapp/web/partials/collections.html
+++ b/solr/webapp/web/partials/collections.html
@@ -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>