Skip to content

Commit

Permalink
Merge pull request #14828 from lenovo/fix_physical_server_vendor
Browse files Browse the repository at this point in the history
Fix vendor key in physical server
  • Loading branch information
blomquisg authored Apr 24, 2017
2 parents 0ca3b1e + a576164 commit 0cabb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/physical_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def has_compliance_policies?
end

def label_for_vendor
VENDOR_TYPES[vendor]
VENDOR_TYPES[vendor.downcase]
end

def is_refreshable?
Expand Down

0 comments on commit 0cabb1b

Please sign in to comment.