mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-27 20:01:47 +01:00
Support translation of headings for embedded table panels
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
<div class="card {% if panel_class %}border-{{ panel_class }}{% endif %}">
|
||||
{% if heading %}
|
||||
<h2 class="card-header{% if panel_class %} text-{{ panel_class }}{% endif %}">{{ heading }}</h2>
|
||||
<h2 class="card-header{% if panel_class %} text-{{ panel_class }}{% endif %}">{% trans heading %}</h2>
|
||||
{% endif %}
|
||||
{% if table.rows %}
|
||||
<div class="table-responsive">
|
||||
|
||||
Reference in New Issue
Block a user