mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
add icon based on template vars
This commit is contained in:
parent
bbce31edd7
commit
2e14294ead
@ -8,6 +8,7 @@
|
||||
<div class="panel panel-{{ panel_class|default:'default' }}">
|
||||
{% if heading %}
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-fw fa-{{ icon }}"></i>
|
||||
<strong>{{ heading }}</strong>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user