optimize gui
add help text sections
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{% extends 'admin/base.html.twig' %}
|
||||
|
||||
{% block title %}Wissensdaten (Chunk-Index){% endblock %}
|
||||
{% block title %}Retrieval Wissensbasis (Chunk-Index){% endblock %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
<div class="d-flex justify-content-between align-items-center mb-4">
|
||||
<h1 class="h3">Wissensdaten (Chunk-Index)</h1>
|
||||
<h1 class="h3">Retrieval Wissensbasis (Chunk-Index)</h1>
|
||||
|
||||
<a href="{{ path('admin_dashboard') }}"
|
||||
class="btn btn-sm btn-outline-secondary">
|
||||
@@ -20,7 +20,7 @@
|
||||
<div class="card bg-black border-secondary mb-5">
|
||||
<div class="card-body">
|
||||
|
||||
<h5 class="text-info mb-3">Index Meta (index_meta.json)</h5>
|
||||
<h5 class="text-info mb-3">Wissensdaten Generierungsmatrix Index Meta (index_meta.json)</h5>
|
||||
|
||||
{% if meta.error is defined %}
|
||||
<div class="alert alert-danger">
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h5 class="text-info mb-0">
|
||||
NDJSON-Index Übersicht (index.ndjson)
|
||||
Chunks Index | NDJSON-Index Übersicht (index.ndjson)
|
||||
</h5>
|
||||
|
||||
<div class="btn-group">
|
||||
|
||||
Reference in New Issue
Block a user