Modify: footer meta info

This commit is contained in:
2023-09-08 02:27:04 +09:00
parent ff602097be
commit 045cc3641f
3 changed files with 10 additions and 17 deletions

View File

@@ -1,17 +1,4 @@
<a
class="navbar-brand"
href="{% url 'collector:index' %}"
data-bs-toggle="tooltip"
data-bs-html="true"
data-bs-placement="bottom"
data-bs-title="
Version: {{ version }}
<br>
{% if environment != production %}
Staging: {{ environment|capfirst }}
{% endif %}
"
>
<a class="navbar-brand" href="{% url 'collector:index' %}">
Logs Collector
<i class="bi bi-file-earmark-zip-fill"></i>
</a>