mirror of
https://github.com/retspen/webvirtcloud
synced 2026-07-02 09:35:42 +00:00
Compare commits
No commits in common. "1b2da68b2800f94674dd96f4a986cde30ac88280" and "af774ebcc85767e8139876c142dff892739c3427" have entirely different histories.
1b2da68b28
...
af774ebcc8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{% if instance.proxy.instance.info.0 == 5 %}
|
||||
{% if instance.is_template %}
|
||||
<a href="{% url 'instances:instance' instance.id %}#clone" class="btn btn-sm btn-secondary" title="{% trans "Clone" %}">
|
||||
{% bs_icon 'copy' %}
|
||||
{% bs_icon 'clone' %}
|
||||
</a>
|
||||
{% else %}
|
||||
<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