new ingest und profile settings
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
{% for p in profiles %}
|
{% for p in profiles %}
|
||||||
<tr>
|
<tr {% if p.active %}class="text-success"{% endif %}>
|
||||||
<td>{{ p.version }}</td>
|
<td>{{ p.version }}</td>
|
||||||
<td>{{ p.chunkSize }}</td>
|
<td>{{ p.chunkSize }}</td>
|
||||||
<td>{{ p.chunkOverlap }}</td>
|
<td>{{ p.chunkOverlap }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user