mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 02:18:08 +00:00
Fixed glyphicon in menu for custom check plugins
This commit is contained in:
parent
edc7ea6d3a
commit
5dd7ccc0c8
@ -36,7 +36,7 @@
|
||||
<!-- Custom check plugins buttons-->
|
||||
{% for checktype in custom_check_types %}
|
||||
<li>
|
||||
<a href="{% url checktype.creation_url %}?service={{ service.id }}&instance={{ instance.id }}" class="" title="Add new {{checktype.check_name|capfirst}} check"><i class="glyphicon glyphicon-transfer"></i> {{checktype.check_name|capfirst}} check</a>
|
||||
<a href="{% url checktype.creation_url %}?service={{ service.id }}&instance={{ instance.id }}" class="" title="Add new {{checktype.check_name|capfirst}} check"><i class="glyphicon {{checktype.icon_class|default:"glyphicon-ok"}}"></i> {{checktype.check_name|capfirst}} check</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user