Commit b1a4a592 by Dányi Bence

webui: fix load icon

parent c8a7027b
......@@ -20,7 +20,9 @@
{% block actions %}
{% if vm.waiting %}
<img src="/static/image/load.gif" />
<a href="#">
<img src="/static/image/load.gif" />
</a>
{% elif vm.state == 'ACTIVE' %}
<a href="{{vm.get_connect_uri}}" data-id="{{ vm.id }}" class="connect-vm-button" title="{% trans "Connect" %}">
<img src="/static/icons/plug.png" alt="{% trans "Connect" %}" />
......
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