1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-07-02 09:35:42 +00:00

Compare commits

..

No commits in common. "1b2da68b2800f94674dd96f4a986cde30ac88280" and "af774ebcc85767e8139876c142dff892739c3427" have entirely different histories.

View file

@ -4,7 +4,7 @@
{% if instance.proxy.instance.info.0 == 5 %}
{% if instance.is_template %}
<a href="{% url 'instances:instance' instance.id %}#clone" class="btn btn-sm btn-secondary" title="{% trans "Clone" %}">
{% bs_icon 'copy' %}
{% bs_icon 'clone' %}
</a>
{% else %}
<a class="btn btn-sm btn-secondary" href="{% url 'instances:poweron' instance.id %}" onclick="showPleaseWaitDialog()" title="{% trans "Power On" %}">