Skip to content

Commit

Permalink
Fix wrongly displayed policy shield on cloud provider quads
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jun 1, 2018
1 parent 3eb9791 commit 6fecb4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/decorators/manageiq/providers/cloud_manager_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ def quadicon
:bottom_right => {
:fileicon => QuadiconHelper.status_img(authentication_status),
:tooltip => authentication_status
},
:middle => {
:fileicon => '100/shield.png'
}
}
icon[:middle] = { :fileicon => '100/shield.png' } if get_policies.present?
Expand Down

0 comments on commit 6fecb4d

Please sign in to comment.