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 414cf4b commit a1a5c23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/manageiq/providers/nuage/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ module Providers
module Nuage
class Engine < ::Rails::Engine
isolate_namespace ManageIQ::Providers::Nuage

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

0 comments on commit a1a5c23

Please sign in to comment.