You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2020/07/06 18:27:57 UTC

[lucene-solr] 02/02: indentation fix

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch SOLR-14422-progressive-render-load-main-admin-page
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit c791e2c37090e412eb90bbe6ff8520d644ccaca8
Author: epugh <ep...@opensourceconnections.com>
AuthorDate: Mon Jul 6 14:27:36 2020 -0400

    indentation fix
---
 solr/webapp/web/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index a51f588..1fde25f 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -126,10 +126,10 @@ limitations under the License.
           <h2>Connection to Solr lost</h2>
           <p>Please check the Solr instance.</p>
         </div>
-  <div class="connection-status header-message" id="connection-status-recovered"  ng-show="connectionRecovered">
-    <h2>Connection recovered...</h2>
-    <p>Continuing to load data...</p>
-  </div>
+        <div class="connection-status header-message" id="connection-status-recovered"  ng-show="connectionRecovered">
+          <h2>Connection recovered...</h2>
+          <p>Continuing to load data...</p>
+        </div>
       </div>
       <div id="http-exception" class="header-message" ng-repeat="(url, exception) in exceptions" ng-cloak>
         <div class="exception">{{exception.msg}}</div>