mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
add missing pipe mark after snapshot icon
This commit is contained in:
parent
5c9a5daedc
commit
86723a8271
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
|
|
||||
{% if instance.snapshots %}
|
||||
<i class="fa fa-camera link-primary" title="There are {{ instance.snapshots|length }} snapshot(s)"></i>
|
||||
|
|
||||
{% endif %}
|
||||
{% if instance.cur_vcpu %}
|
||||
{{ instance.cur_vcpu }} {% trans "VCPU" %}
|
||||
|
|
Loading…
Reference in a new issue