Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refs #18468 - move compute_resources JS to compute profile index #4282

Merged
merged 1 commit into from Feb 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/views/compute_profiles/index.html.erb
@@ -1,3 +1,5 @@
<%= javascript 'compute_resource' %>
<% title _('Compute profiles') %>
<% title_actions new_link(_('Create Compute Profile')),
Expand Down
2 changes: 0 additions & 2 deletions app/views/compute_resources_vms/form/libvirt/_base.html.erb
@@ -1,5 +1,3 @@
<%= javascript_include_tag 'compute_resource' %>
<%= javascript_tag("$(document).on('ContentLoad', tfm.numFields.initAll)"); %>
<%= text_f f, :name, :label => _('Name'), :label_size => "col-md-2", :disabled => !new_host if show_vm_name? %>
Expand Down