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

@@ -30,7 +30,7 @@ $(document).ready(function() {
return'<i class="icon-remove"></i>';
}
else if (row.up_admin == "up" && (row.up != "up" && row.up != "dormant")) {
return '<i class="icon-arrow-down text-error"></i>';
return '<i class="icon-circle-arrow-down text-error"></i>';
}
else {
return '<i class="icon-angle-up text-success"></i>';