You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by up...@apache.org on 2015/11/05 20:48:20 UTC

svn commit: r1712856 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/webapp/ solr/webapp/web/partials/dataimport.html

Author: upayavira
Date: Thu Nov  5 19:48:19 2015
New Revision: 1712856

URL: http://svn.apache.org/viewvc?rev=1712856&view=rev
Log:
SOLR-8243 Fix spacing in dataimport tab in UI

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/webapp/   (props changed)
    lucene/dev/branches/branch_5x/solr/webapp/web/partials/dataimport.html

Modified: lucene/dev/branches/branch_5x/solr/webapp/web/partials/dataimport.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/webapp/web/partials/dataimport.html?rev=1712856&r1=1712855&r2=1712856&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/webapp/web/partials/dataimport.html (original)
+++ lucene/dev/branches/branch_5x/solr/webapp/web/partials/dataimport.html Thu Nov  5 19:48:19 2015
@@ -32,7 +32,7 @@ limitations under the License.
           <div class="docs">
               <span ng-repeat="doc in info.docs">
                   <abbr style="display:inline" title="{{ doc.desc }}">{{ doc.name }}</abbr>: {{doc.value | number}}<!-- remove whitespace!
-                  --><span style="display:inline" ng-show="doc.speed">{{ doc.speed | number}}/s</span><!-- remove whitespace!
+                  -->&nbsp;<span style="display:inline" ng-show="doc.speed">{{ doc.speed | number}}/s</span><!-- remove whitespace!
                   --><span style="display:inline" ng-show="!$last">, </span>
               </span>
           </div>
@@ -206,4 +206,4 @@ limitations under the License.
   
   </div>
 
-</div>
\ No newline at end of file
+</div>