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:
committed by
Oliver Gorwits
parent
416a6939ec
commit
ad6dd2bb62
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user