1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-06-26 06:35:44 +00:00

Merge pull request #679 from honza801/fixes

fix template clone icon replaced with copy icon
This commit is contained in:
catborise 2026-04-20 11:59:16 +03:00 committed by GitHub
commit 1b2da68b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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" %}">