1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-25 23:55:24 +00:00

add missing pipe mark after snapshot icon

This commit is contained in:
catborise 2021-12-10 14:39:56 +03:00
parent 5c9a5daedc
commit 86723a8271

View file

@ -37,6 +37,7 @@
| |
{% if instance.snapshots %} {% if instance.snapshots %}
<i class="fa fa-camera link-primary" title="There are {{ instance.snapshots|length }} snapshot(s)"></i> <i class="fa fa-camera link-primary" title="There are {{ instance.snapshots|length }} snapshot(s)"></i>
|
{% endif %} {% endif %}
{% if instance.cur_vcpu %} {% if instance.cur_vcpu %}
{{ instance.cur_vcpu }} {% trans "VCPU" %} {{ instance.cur_vcpu }} {% trans "VCPU" %}