You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2015/08/12 00:13:02 UTC

svn commit: r1695380 [3/3] - in /lucene/dev/trunk: ./ lucene/ lucene/analysis/common/src/java/org/apache/lucene/analysis/charfilter/ lucene/analysis/common/src/java/org/apache/lucene/analysis/el/ lucene/analysis/common/src/java/org/apache/lucene/analys...

Modified: lucene/dev/trunk/solr/webapp/web/partials/index.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/partials/index.html?rev=1695380&r1=1695379&r2=1695380&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/partials/index.html (original)
+++ lucene/dev/trunk/solr/webapp/web/partials/index.html Tue Aug 11 22:13:00 2015
@@ -106,8 +106,8 @@ limitations under the License.
       <div class="block" id="system">
 
           <h2><span>System</span>
-	  <small class="bar-desc">{{load_average[0]}} {{load_average[1]}} {{load_average[2]}}</small>
-	  </h2>
+    <small class="bar-desc">{{load_average[0]}} {{load_average[1]}} {{load_average[2]}}</small>
+    </h2>
           <a class="reload" ng-click="reload()"><span>reload</span></a>
 
           <div class="content">
@@ -115,8 +115,8 @@ limitations under the License.
             <div id="physical-memory-bar" ng-show="system.system.totalPhysicalMemorySize && system.system.freePhysicalMemorySize">
 
               <p data-desc="physical-memory-bar">Physical Memory
-	       <small class="bar-desc">{{memoryPercentage}}</small>
-	      </p>
+         <small class="bar-desc">{{memoryPercentage}}</small>
+        </p>
               <div class="bar-holder bar-lvl-2">
 
                 <div class="bar-max bar">
@@ -136,8 +136,8 @@ limitations under the License.
             <div id="swap-space-bar" ng-show="system.system.totalSwapSpaceSize && system.system.freeSwapSpaceSize">
 
               <p data-desc="swap-space-bar">Swap Space
-	        <small class="bar-desc">{{swapPercentage}}</small>
-	      </p>
+          <small class="bar-desc">{{swapPercentage}}</small>
+        </p>
               <div class="bar-holder bar-lvl-2">
 
                 <div class="bar-max bar">
@@ -157,8 +157,8 @@ limitations under the License.
           <div id="file-descriptor-bar" ng-show="system.system.maxFileDescriptorCount && system.system.openFileDescriptorCount">
 
               <p data-desc="file-descriptor-bar">File Descriptor Count
-	        <small class="bar-desc">{{fileDescriptorPercentage}}</small>
-	      </p>
+          <small class="bar-desc">{{fileDescriptorPercentage}}</small>
+        </p>
               <div class="bar-holder bar-lvl-2">
 
                 <div class="bar-max bar">
@@ -224,8 +224,8 @@ limitations under the License.
       <div class="block" id="jvm-memory">
 
           <h2><span data-desc="jvm-memory-bar">JVM-Memory
-	     <small class="bar-desc">{{javaMemoryPercentage}}</small>
-	  </span></h2>
+       <small class="bar-desc">{{javaMemoryPercentage}}</small>
+    </span></h2>
 
           <div class="content">
 

Modified: lucene/dev/trunk/solr/webapp/web/partials/segments.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/partials/segments.html?rev=1695380&r1=1695379&r2=1695380&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/partials/segments.html (original)
+++ lucene/dev/trunk/solr/webapp/web/partials/segments.html Tue Aug 11 22:13:00 2015
@@ -14,28 +14,28 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<div id="segments">	
-	<div class="clearfix">
-		
-		<div class="block fieldlist" id="statistics">
-			
-			<h2><span>Segments</span></h2>
+<div id="segments">  
+  <div class="clearfix">
+    
+    <div class="block fieldlist" id="statistics">
+      
+      <h2><span>Segments</span></h2>
             <p id="auto-refresh"><a ng-click="toggleAutoRefresh()" ng-class="{on:autorefresh}">Auto-Refresh</a></p>
-			<a class="reload" ng-click="refresh()"><span>reload</span></a>
-			
-			<div class="message-container">
-	        	<div class="message"></div>
-	      	</div>
-	
-	      	<div class="content">	      		
-				
-				  <div id="result">
-				 
-				    <div id="response">
-				
-				      <div class="segments-holder">
-			
-				         <ul>
+      <a class="reload" ng-click="refresh()"><span>reload</span></a>
+      
+      <div class="message-container">
+            <div class="message"></div>
+          </div>
+  
+          <div class="content">            
+        
+          <div id="result">
+         
+            <div id="response">
+        
+              <div class="segments-holder">
+      
+                 <ul>
                              <li>
                                  <dl class="clearfix" style="width:100%;">
                                      <dt>
@@ -85,15 +85,15 @@ limitations under the License.
                                  </dl>
                              </li>
                          </ul>
-				
-				       </div>
-				    
-				    </div>
-				    
-				</div>
-	      	</div>
-		</div>
-		
-	</div>	
+        
+               </div>
+            
+            </div>
+            
+        </div>
+          </div>
+    </div>
+    
+  </div>  
 
 </div>
\ No newline at end of file

Modified: lucene/dev/trunk/solr/webapp/web/tpl/segments.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/tpl/segments.html?rev=1695380&r1=1695379&r2=1695380&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/tpl/segments.html (original)
+++ lucene/dev/trunk/solr/webapp/web/tpl/segments.html Tue Aug 11 22:13:00 2015
@@ -14,36 +14,36 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<div id="segments">	
-	<div class="clearfix">
-		
-		<div class="block fieldlist" id="statistics">
-			
-			<h2><span>Segments</span></h2>
-			<a class="reload"><span>reload</span></a>
-			
-			<div class="message-container">
-	        	<div class="message"></div>
-	      	</div>
-	
-	      	<div class="content">	      		
-				
-				  <div id="result">
-				 
-				    <div id="response">
-				
-				      <div class="segments-holder">
-			
-				         <ul></ul>
-				
-				       </div>
-				    
-				    </div>
-				    
-				</div>
-	      	</div>
-		</div>
-		
-	</div>	
+<div id="segments">  
+  <div class="clearfix">
+    
+    <div class="block fieldlist" id="statistics">
+      
+      <h2><span>Segments</span></h2>
+      <a class="reload"><span>reload</span></a>
+      
+      <div class="message-container">
+            <div class="message"></div>
+          </div>
+
+          <div class="content">            
+        
+          <div id="result">
+         
+            <div id="response">
+        
+              <div class="segments-holder">
+      
+                 <ul></ul>
+        
+               </div>
+            
+            </div>
+            
+        </div>
+          </div>
+    </div>
+    
+  </div>  
 
 </div>
\ No newline at end of file