feat: add "No models available" message to image, text, and video generation forms

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 15:38:06 +02:00
parent 472fe1cab8
commit 6ef8816736
3 changed files with 4 additions and 0 deletions
@@ -30,6 +30,7 @@ AI{% endblock %} {% block content %}
placeholder="e.g. openai/gpt-4o"
value="{{ current_model }}"
/>
<p class="text-muted mt-1">No models available</p>
{% endif %}
<label for="cfg-sys">System prompt (optional)</label>