We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af774eb + 8054123 commit 1b2da68Copy full SHA for 1b2da68
1 file changed
instances/templates/instance_actions.html
@@ -4,7 +4,7 @@
4
{% if instance.proxy.instance.info.0 == 5 %}
5
{% if instance.is_template %}
6
<a href="{% url 'instances:instance' instance.id %}#clone" class="btn btn-sm btn-secondary" title="{% trans "Clone" %}">
7
- {% bs_icon 'clone' %}
+ {% bs_icon 'copy' %}
8
</a>
9
{% else %}
10
<a class="btn btn-sm btn-secondary" href="{% url 'instances:poweron' instance.id %}" onclick="showPleaseWaitDialog()" title="{% trans "Power On" %}">
0 commit comments