mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Badges use secondary BG by default; add custom option
This commit is contained in:
@@ -1 +1 @@
|
||||
{% if value or show_empty %}<span class="badge bg-primary">{{ value }}</span>{% endif %}
|
||||
{% if value or show_empty %}<span class="badge bg-{{ bg_class }}">{{ value }}</span>{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user