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:
commit
1b2da68b28
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
{% if instance.proxy.instance.info.0 == 5 %}
|
{% if instance.proxy.instance.info.0 == 5 %}
|
||||||
{% if instance.is_template %}
|
{% if instance.is_template %}
|
||||||
<a href="{% url 'instances:instance' instance.id %}#clone" class="btn btn-sm btn-secondary" title="{% trans "Clone" %}">
|
<a href="{% url 'instances:instance' instance.id %}#clone" class="btn btn-sm btn-secondary" title="{% trans "Clone" %}">
|
||||||
{% bs_icon 'clone' %}
|
{% bs_icon 'copy' %}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a class="btn btn-sm btn-secondary" href="{% url 'instances:poweron' instance.id %}" onclick="showPleaseWaitDialog()" title="{% trans "Power On" %}">
|
<a class="btn btn-sm btn-secondary" href="{% url 'instances:poweron' instance.id %}" onclick="showPleaseWaitDialog()" title="{% trans "Power On" %}">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue