mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Fix disabled Reject action icon display code
This commit is contained in:
parent
2b7798190a
commit
1489973eac
@ -490,7 +490,7 @@ $( document ).ready(function() {
|
||||
} elseif ($filterent['type'] == "reject" && empty($filterent['disabled'])) {
|
||||
$iconfn = "fa fa-times-circle text-danger";
|
||||
} elseif ($filterent['type'] == "reject" && !empty($filterent['disabled'])) {
|
||||
$iconfn = "f afa-times-circle text-muted";
|
||||
$iconfn = "fa fa-times-circle text-muted";
|
||||
} elseif (empty($filterent['disabled'])) {
|
||||
$iconfn = "fa fa-play text-success";
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user