Skip to content

Commit

Permalink
Refs #22478 - adjust execution_interface.js namespacing (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll authored and ares committed Feb 2, 2018
1 parent 52201e5 commit 1bfaba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/overrides/execution_interface.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Deface::Override.new(:virtual_path => 'hosts/_form',
:name => 'add_execution_interface_js',
:insert_before => 'div#primary',
:text => '<%= javascript "execution_interface" %>')
:text => '<%= javascript "foreman_remote_execution/execution_interface" %>')

Deface::Override.new(:virtual_path => 'nic/_base_form',
:name => 'add_execution_interface',
Expand Down

0 comments on commit 1bfaba6

Please sign in to comment.