1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +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 %}
<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" %}