Skip to content
Snippets Groups Projects
Commit 73d0a586 authored by Tim Fechner's avatar Tim Fechner
Browse files

Fix VM Ware status flag display

parent ce95fbb7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -101,7 +101,7 @@
{% if vmwarestatus == 'NOT-INSTALLED' %}
<span class="text-danger"><i class="fa fa-fw fa-times"></i> Not installed</span>
{% elif vmwarestatus == 'OUT-OF-DATE' %}
<span class="text-warning"><i class="fa fa-fw fa-exclamation"> Out of date</i></span>
<span class="text-warning"><i class="fa fa-fw fa-exclamation"></i> Out of date</span>
{% else %}
<span class="text-success"><i class="fa fa-fw fa-check"></i> Up to date</span>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment