Got rid of the Hue 1 client side legacy
@@ -18,6 +18,6 @@ from django.utils.translation import ugettext as _
%>
% if error_list:
<a href="${url('about:index')}" title="${_('Misconfiguration detected')}" alt="${_('Misconfiguration detected')}">
- <img src="/static/art/error.png"/>
+ <i class="icon-warning-sign" style="color:#fef052"></i>
</a>
% endif