Actions
Bug #2996
closedOpenStack Power control operation support breaks vmware vm details
Description
https://github.com/theforeman/foreman/pull/845
This breaks vmware/vsphere:
SyntaxError in Compute_resources_vms#show
Showing /Users/nido/dev/github/foreman/app/views/compute_resources_vms/show.html.erb where line #6 raised:
compile error
/Users/nido/dev/github/foreman/app/views/compute_resources_vms/show.html.erb:6: syntax error, unexpected tIDENTIFIER, expecting tAMPER
show_console_action(@vm.ready?,
^
/Users/nido/dev/github/foreman/app/views/compute_resources_vms/show.html.erb:7: syntax error, unexpected ',', expecting kEND
Extracted source (around line #6):
Rolling back changes fixes vmware vm details view ( app/views/compute_resources_vms/show.html.erb)
Actions