mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 13:06:30 -06:00
#6372: Center-align body footer
This commit is contained in:
parent
d2267ecd71
commit
7219e3760c
@ -116,7 +116,7 @@
|
|||||||
<footer class="footer container-fluid pb-3 pt-4 px-0">
|
<footer class="footer container-fluid pb-3 pt-4 px-0">
|
||||||
<div class="row align-items-center justify-content-end mx-0">
|
<div class="row align-items-center justify-content-end mx-0">
|
||||||
<div class="col-auto d-none d-md-block"></div>
|
<div class="col-auto d-none d-md-block"></div>
|
||||||
<div class="col text-center text-md-end small text-muted">
|
<div class="col text-center small text-muted">
|
||||||
<span class="fw-light d-block d-md-inline">{% now 'Y-m-d H:i:s T' %}</span>
|
<span class="fw-light d-block d-md-inline">{% now 'Y-m-d H:i:s T' %}</span>
|
||||||
<span class="ms-md-3 d-block d-md-inline">{{ settings.HOSTNAME }} (v{{ settings.VERSION }})</span>
|
<span class="ms-md-3 d-block d-md-inline">{{ settings.HOSTNAME }} (v{{ settings.VERSION }})</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user