This commit is contained in:
Oliver Gorwits
2019-08-19 16:28:43 +01:00
parent b72b1b38e0
commit 64fb05f556
2 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-circle-arrow-down text-error"></i>';
return '<i class="icon-arrow-down text-error"></i>';
}
else {
return '<i class="icon-angle-up text-success"></i>';