mirror of https://github.com/apache/lucene.git
initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398997 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1e12c5a89
commit
aa8f2572b6
|
@ -0,0 +1,14 @@
|
|||
<!-- The content of this page will be statically included into the top
|
||||
of the admin page. Uncomment this as an example to see there the content
|
||||
will show up.
|
||||
|
||||
<hr>
|
||||
<i>This line will appear before the first table</i>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
This row will be appended to the end of the first table
|
||||
</td>
|
||||
</tr>
|
||||
<hr>
|
||||
|
||||
-->
|
Loading…
Reference in New Issue