48 lines
1013 B
HTML
48 lines
1013 B
HTML
<table class="table table-condensed table-hover table-striped">
|
|
<thead>
|
|
<tr>
|
|
<td colspan="2">{header}</td>
|
|
</tr>
|
|
</thead>
|
|
<tr>
|
|
<th>Site</th>
|
|
<td>{connection.label}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Scheme</th>
|
|
<td>{meilisearch.primaryEndpoint.scheme}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Host</th>
|
|
<td>{meilisearch.primaryEndpoint.host}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Path</th>
|
|
<td>{meilisearch.corePath}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Port</th>
|
|
<td>{meilisearch.primaryEndpoint.port}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Username</th>
|
|
<td>{connection.meilisearchUsername}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Meilisearch</th>
|
|
<td>{meilisearchVersion}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>meilisearchconfig.xml</th>
|
|
<td>{configName}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>schema.xml</th>
|
|
<td>{schemaName}</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Access Filter Plugin</th>
|
|
<td>{accessFilter}</td>
|
|
</tr>
|
|
</table>
|