lucene/solr/src/webapp/web/tpl/threads.html

29 lines
492 B
HTML
Raw Normal View History

<div id="threads">
<div id="thread-dump">
<table border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td class="ico spacer">&nbsp;</td>
<th>id</th>
<th>name</th>
<th>cpuTime</th>
<th>userTime</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>