Skip to content

Commit

Permalink
Add display name for Credential (RHV)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazrivec committed Jun 12, 2018
1 parent d29689f commit 2760abd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::RhvCredential < ManageIQ::Providers::EmbeddedAnsible::AutomationManager::CloudCredential
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::RhvCredential

def self.display_name(number = 1)
n_('Credential (RHV)', 'Credentials (RHV)', number)
end
end

0 comments on commit 2760abd

Please sign in to comment.