meilisearch/Resources/Private/Templates/Backend/Reports/SolrVersionStatus.html

23 lines
662 B
HTML
Raw Normal View History

2021-04-17 00:26:33 +02:00
<p style="margin-bottom: 10px;">Found an
2021-04-17 21:20:54 +02:00
outdated Meilisearch server version. <br />The <strong>minimum
2021-04-17 00:26:33 +02:00
required version is <code>{requiredVersion}</code></strong>, you have <code>{currentVersion}</code>.</p>
<table class="table table-condensed table-hover table-striped">
<thead>
<tr>
2021-04-17 21:20:54 +02:00
<td colspan="2">Affected Meilisearch server</td>
2021-04-17 00:26:33 +02:00
</tr>
</thead>
<tr>
<th>Host</th>
2021-04-17 21:20:54 +02:00
<td>{meilisearch.primaryEndpoint.host}</td>
2021-04-17 00:26:33 +02:00
</tr>
<tr>
<th>Path</th>
2021-04-17 21:20:54 +02:00
<td>{meilisearch.corePath}</td>
2021-04-17 00:26:33 +02:00
</tr>
<tr>
<th>Port</th>
2021-04-17 21:20:54 +02:00
<td>{meilisearch.primaryEndpoint.port}</td>
2021-04-17 00:26:33 +02:00
</tr>
</table>