Skip to content

Commit

Permalink
Update FA icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuty committed Jul 15, 2016
1 parent d79fbdc commit 027c6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions horizon_contrib/tables/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def join_list(value):

def status_icon(value):
if value is True:
return SafeString('<i class=\"icon-large fa fa-ok\"></i>')
return SafeString('<i class=\"icon-large fa fa-remove"></i>')
return SafeString('<i class=\"icon-large fa fa-check\"></i>')
return SafeString('<i class=\"icon-large fa fa-times"></i>')


def filter_m2m(datum):
Expand Down

0 comments on commit 027c6c6

Please sign in to comment.