mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-26 07:05:19 +00:00
fix icon missing bug
This commit is contained in:
parent
d261f4d2c9
commit
e0d83a397b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
{% if not computes %}
|
{% if not computes %}
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<div class="alert alert-warning shadow-sm">
|
<div class="alert alert-warning shadow-sm">
|
||||||
{% bs_icon 'exclamation-triangle '%} <strong>{% trans "Warning" %}:</strong> {% trans "You don't have any computes" %}
|
{% bs_icon 'exclamation-triangle'%} <strong>{% trans "Warning" %}:</strong> {% trans "You don't have any computes" %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue