23 lines
662 B
HTML
23 lines
662 B
HTML
<p style="margin-bottom: 10px;">Found an
|
|
outdated Meilisearch server version. <br />The <strong>minimum
|
|
required version is <code>{requiredVersion}</code></strong>, you have <code>{currentVersion}</code>.</p>
|
|
<table class="table table-condensed table-hover table-striped">
|
|
<thead>
|
|
<tr>
|
|
<td colspan="2">Affected Meilisearch server</td>
|
|
</tr>
|
|
</thead>
|
|
<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>
|
|
</table>
|