mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-19 05:21:55 -06:00
Move changelog table out of card
This commit is contained in:
parent
23be5694d0
commit
4225e28a4b
@ -35,9 +35,7 @@
|
|||||||
{# Changelog #}
|
{# Changelog #}
|
||||||
<div class="row my-4 flex-grow-1 changelog-container">
|
<div class="row my-4 flex-grow-1 changelog-container">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="card">
|
<h5 class="text-center">Changelog</h5>
|
||||||
<h4 class="card-header">Changelog</h4>
|
|
||||||
<div class="card-body">
|
|
||||||
{% if changelog and perms.extras.view_objectchange %}
|
{% if changelog and perms.extras.view_objectchange %}
|
||||||
{# TODO: Replace this with a django-tables2 Table #}
|
{# TODO: Replace this with a django-tables2 Table #}
|
||||||
<table class="table align-middle table-hover">
|
<table class="table align-middle table-hover">
|
||||||
@ -78,9 +76,6 @@
|
|||||||
No change history found.
|
No change history found.
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
Reference in New Issue
Block a user