mirror of
https://github.com/retspen/webvirtcloud
synced 2026-07-13 15:05:40 +00:00
Compare commits
2 commits
af774ebcc8
...
1b2da68b28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b2da68b28 | ||
|
|
80541239ec |
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