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 666d213 commit 668c5df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/decorators/manageiq/providers/cloud_manager_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ 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?
icon
end
Expand Down

0 comments on commit 668c5df

Please sign in to comment.