Fix alert styling and ensure consistent formatting in user results table rendering.
This commit is contained in:
parent
50786cf41f
commit
608cb8281b
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
)
|
)
|
||||||
) }}
|
) }}
|
||||||
{% if not results['inventory']['rows'] and not results['users']['rows'] and not results['worklog']['rows'] %}
|
{% if not results['inventory']['rows'] and not results['users']['rows'] and not results['worklog']['rows'] %}
|
||||||
<div class="alert alert-danger">There are no results for "{{ query }}".</div>
|
<div class="alert alert-danger rounded-0">There are no results for "{{ query }}".</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue