Commit a4cd4397 by Dányi Bence

webui: icon path fixed

parent 6311e7e6
......@@ -14,7 +14,7 @@
<div class="actions">
{% if i.state == 'ACTIVE' %}
<a href="{{i.get_connect_uri}}" title="{% trans "Connect" %}">
<img src="static/icons/plug.png" alt="{% trans "Connect" %}" />
<img src="/static/icons/plug.png" alt="{% trans "Connect" %}" />
</a>
<a href="/vm/suspend/{{i.id}}/" onclick="alert('Hamarosan a mozikban.'); return false" title="{% trans "Suspend" %}">
<img src="/static/icons/control-pause.png" alt="{% trans "Suspend" %}" />
......
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