mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 12:08:43 -06:00
Annotate begin & end of panels in HTML
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!-- begin {{ panel_class|default:"panel" }} -->
|
||||
<div class="card">
|
||||
<h2 class="card-header">
|
||||
{{ title }}
|
||||
@@ -11,3 +12,4 @@
|
||||
</h2>
|
||||
{% block panel_content %}{% endblock %}
|
||||
</div>
|
||||
<!-- end {{ panel_class|default:"panel" }} -->
|
||||
|
||||
Reference in New Issue
Block a user