mirror of
https://github.com/MOIS3Y/logs-collector.git
synced 2025-09-13 13:13:01 +02:00
Modify: footer meta info
This commit is contained in:
@@ -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>
|
||||
|
@@ -2,7 +2,13 @@
|
||||
<div class="container d-flex justify-content-between">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<span class="text-muted">© Created by {{ author }}</span>
|
||||
<span class="text-muted">
|
||||
v{{ version }}
|
||||
{% if environment != 'Production' %}
|
||||
Staging: {{ environment }}
|
||||
{% endif %}
|
||||
| © {{ author }}
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="navbar-nav">
|
||||
|
Reference in New Issue
Block a user