ManageIQ/manageiq-providers-azure

View on GitHub
app/models/manageiq/providers/azure/cloud_manager/flavor.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%
class ManageIQ::Providers::Azure::CloudManager::Flavor < ::Flavor
  def self.display_name(number = 1)
    n_('Flavor (Microsoft Azure)', 'Flavors (Microsoft Azure)', number)
  end
end