Skip to content

Commit

Permalink
Add plugin display name
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazrivec committed Aug 23, 2018
1 parent 831f87e commit 7d67082
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 7d67082

Please sign in to comment.