Skip to content

Commit 1b2da68

Browse files
authored
Merge pull request #679 from honza801/fixes
fix template clone icon replaced with copy icon
2 parents af774eb + 8054123 commit 1b2da68

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)