improve worker warning

This commit is contained in:
Jens Langhammer 2019-03-02 22:41:25 +01:00
parent e88a82553d
commit 35eef9c28d
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
<a href="#">
{% if worker_count < 1%}
<span class="pficon-error-circle-o" data-toggle="tooltip" data-placement="right"
title="{% trans 'No workers connected. Policies may not work.' %}"></span> {{ worker_count }}
title="{% trans 'No workers connected. Policies will not work and you may expect other issues.' %}"></span> {{ worker_count }}
{% else %}
<span class="pficon pficon-ok"></span>{{ worker_count }}
{% endif %}