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

Compare commits

..

2 commits

Author SHA1 Message Date
catborise
1b2da68b28
Merge pull request #679 from honza801/fixes
fix template clone icon replaced with copy icon
2026-04-20 11:59:16 +03:00
Jan Krcmar
80541239ec fix template clone icon replaced with copy icon 2026-04-15 17:29:08 +02:00

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 'clone' %}
{% bs_icon 'copy' %}
</a>
{% else %}
<a class="btn btn-sm btn-secondary" href="{% url 'instances:poweron' instance.id %}" onclick="showPleaseWaitDialog()" title="{% trans "Power On" %}">