mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-18 05:28:16 -06:00
Fix object template header
This commit is contained in:
parent
db9a583215
commit
a9d30d35ac
@ -19,7 +19,8 @@ Context:
|
|||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
|
|
||||||
{% block page-header %}
|
{% block page-header %}
|
||||||
<div class="d-flex justify-content-between align-items-center mx-3 my-2">
|
<div class="container-xl">
|
||||||
|
<div class="d-flex justify-content-between align-items-center my-2">
|
||||||
|
|
||||||
{# Breadcrumbs #}
|
{# Breadcrumbs #}
|
||||||
<ol class="breadcrumb" aria-label="breadcrumbs">
|
<ol class="breadcrumb" aria-label="breadcrumbs">
|
||||||
@ -39,6 +40,7 @@ Context:
|
|||||||
</code>
|
</code>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
{% endblock page-header %}
|
{% endblock page-header %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user