Change Port Free icon to be more accessible (#633)

The port free icon currently only differs from the port down icon by colour, on higher resolutions with a colour vision impairment they're not very distinguishable, a slightly different icon fixes this.
This commit is contained in:
David Sullivan
2019-08-16 09:49:40 +01:00
committed by Oliver Gorwits
parent 416a6939ec
commit ad6dd2bb62
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
[% ELSIF row.has_column_loaded('is_free') AND row.is_free %]
<i class="icon-arrow-down text-success icon-large"></i>
[% ELSIF row.up_admin == 'up' AND (row.up != 'up' AND row.up != 'dormant') %]
<i class="icon-arrow-down text-error icon-large"></i>
<i class="icon-circle-arrow-down text-error icon-large"></i>
[% ELSE %]
<i class="icon-angle-up text-success icon-large"></i>
[% END %]