Commit 4d69e3f9 by tarokkk

webui: Changed loader gif to transparent

parent 3cfc7469
......@@ -27,7 +27,7 @@
</a>
{% endif %}
{% if i.state == 'PENDING' %}
<img src="/static/load-2.gif" /> {% trans "starting…" %}
<img src="/static/load.gif" /> {% trans "starting…" %}
{% endif %}
{% if i.state == 'STOPPED' %}
<a href="#" class="resume-vm-button" data-name="{{ i.name}}" data-id="{{ i.id }}" title="{% trans "Resume" %}">
......
......@@ -50,14 +50,14 @@
<div class="content">
{% if state == "PENDING" or state == "ACTIVE" and booting %}
<p style="font-size:25px; line-height:2em;text-align:center;">
<img src="/static/load-2.gif" />
<img src="/static/load.gif" />
{% trans "Starting..." %}
</p>
{% elif state == "ACTIVE" and not booting %}
<p id="connect" style="display:block; font-size:25px; line-height:2em;text-align:center;">
<a href="{{uri}}" class="button" onclick="return connectbutton();">
<img src="/static/load-1.gif" id="connecting" style="display:none;" />
<img src="/static/load.gif" id="connecting" style="display:none;" />
{% trans "Running" %}
</a>
</p>
......
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