Skip to content

Commit

Permalink
Fixed spec failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysaMacedo committed May 17, 2017
1 parent 25b7a34 commit d3c0cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/decorators/physical_server_decorator.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class PhysicalServerDecorator < MiqDecorator
def fileicon
"svg/vendor-#{vendor.downcase}.svg"
"svg/vendor-#{label_for_vendor.downcase}.svg"
end

def self.fonticon
Expand Down

0 comments on commit d3c0cbb

Please sign in to comment.