Skip to content

Commit 8054123

Browse files
committed
fix template clone icon replaced with copy icon
1 parent af774eb commit 8054123

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

instances/templates/instance_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% if instance.proxy.instance.info.0 == 5 %}
55
{% if instance.is_template %}
66
<a href="{% url 'instances:instance' instance.id %}#clone" class="btn btn-sm btn-secondary" title="{% trans "Clone" %}">
7-
{% bs_icon 'clone' %}
7+
{% bs_icon 'copy' %}
88
</a>
99
{% else %}
1010
<a class="btn btn-sm btn-secondary" href="{% url 'instances:poweron' instance.id %}" onclick="showPleaseWaitDialog()" title="{% trans "Power On" %}">

0 commit comments

Comments
 (0)