Skip to content

Commit

Permalink
Merge pull request #312 from mzazrivec/add_plugin_name
Browse files Browse the repository at this point in the history
Add plugin display name
  • Loading branch information
agrare committed Aug 23, 2018
2 parents 831f87e + 7d67082 commit 831b1a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/manageiq/providers/vmware/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ module Providers
module Vmware
class Engine < ::Rails::Engine
isolate_namespace ManageIQ::Providers::Vmware

def self.plugin_name
_('VMware Provider')
end
end
end
end
Expand Down

0 comments on commit 831b1a1

Please sign in to comment.