mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 15:15:22 +00:00
fix typo
This commit is contained in:
parent
aa236df40f
commit
17c619606d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
{% ifequal view_style "nongrouped" %}
|
||||
{% include 'instances_nongrouped.html' %}
|
||||
{% endifequal %}
|
||||
{% ifequal view_style 'instances_grouped.html' %}
|
||||
{% ifequal view_style "grouped" %}
|
||||
{% include 'instances_grouped.html' %}
|
||||
{% endifequal %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue