Skip to content

Commit

Permalink
Add display name for flavor
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazrivec committed Jun 13, 2018
1 parent b33b690 commit c75f1b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/manageiq/providers/amazon/cloud_manager/flavor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ def supports_instance_store?
def supports_ebs?
block_storage_based_only?
end

def self.display_name(number = 1)
n_('Flavor (Amazon)', 'Flavors (Amazon)', number)
end
end

0 comments on commit c75f1b7

Please sign in to comment.