Commit 4215b300 by Kálmán Viktor

network: minor fix on link hover

parent 7402ce79
...@@ -23,11 +23,9 @@ ...@@ -23,11 +23,9 @@
{% for group in group_rule_list %} {% for group in group_rule_list %}
<h4>{{ group.name }} <h4>{{ group.name }}
<a href="{% url network.remove_host_group pk=host_pk group_pk=group.pk %}?from={{ request.path }}"> <a href="{% url network.remove_host_group pk=host_pk group_pk=group.pk %}?from={{ request.path }}">
<i class="icon-remove" style="vertical-align: middle;"></i> <i class="icon-remove" style="vertical-align: middle;"></i></a>
</a>
<a href="{% url network.group group.pk %}"> <a href="{% url network.group group.pk %}">
<i class="icon-pencil" style="vertical-align: middle;"></i> <i class="icon-pencil" style="vertical-align: middle;"></i></a>
</a>
</h4> </h4>
{% render_table group.table %} {% render_table group.table %}
{% endfor %} {% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment