Commit b8bec144 by Dányi Bence

webui: fix hide icon

parent 77fae758
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<img src="/static/icons/minus-circle.png" alt="{% trans "Delete" %}" /> <img src="/static/icons/minus-circle.png" alt="{% trans "Delete" %}" />
</a> </a>
<a href="#" class="hide-group" data-id="{{group.id}}"> <a href="#" class="hide-group" data-id="{{group.id}}">
<img src="/" alt="{% trans "Hide" %}" /> <img src="/static/icons/eye-half.png" alt="{% trans "Hide" %}" />
</a> </a>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
......
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