Skip to content

Commit

Permalink
Merge pull request ManageIQ#1396 from jrafanie/move_high_voltage_init…
Browse files Browse the repository at this point in the history
…ializer_here

Move the high voltage initializer here, where it's used
  • Loading branch information
chessbyte authored May 23, 2017
2 parents 1a46112 + deb503f commit df3243d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/initializers/high_voltage.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
HighVoltage.configure do |config|
config.layout = false

config.routes = false

# app/views/static
config.content_path = 'static/'
end
1 change: 1 addition & 0 deletions lib/manageiq-ui-classic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
require "manageiq/ui/classic/version"

# load any engines that we depend on here
require 'high_voltage'
require "novnc-rails"

0 comments on commit df3243d

Please sign in to comment.