milleruntime commented on code in PR #2784:
URL: https://github.com/apache/accumulo/pull/2784#discussion_r907332049


##########
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/bulkImport.ftl:
##########
@@ -38,18 +38,18 @@
           </table>
         </div>
       </div>
-
+      </br></br>
       <div class="row">
         <div class="col-xs-12">
           <table id="bulkPerServerTable" class="table table-bordered 
table-striped table-condensed">
             <caption><span class="table-caption">Per 
TabletServer</span><br/></caption>
             <thead>
               <tr>
-                <th class="firstcell">Server</th>
+                <th>Server</th>
                 <th title="Number of imports presently running">#</th>
                 <th title="The age of the oldest import running on this 
server.">Oldest&nbsp;Age</th>
               </tr>
             </thead>
             <tbody></tbody>
           </table>
-      </div>
+      </div>

Review Comment:
   I think we try to keep a newline at the end of each file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to