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 %}
|
||||
|
||||
{% 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 #}
|
||||
<ol class="breadcrumb" aria-label="breadcrumbs">
|
||||
@ -39,6 +40,7 @@ Context:
|
||||
</code>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{{ block.super }}
|
||||
{% endblock page-header %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user