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)
Updated by Dominic Cleal over 11 years ago
- Category set to Compute resources
- Status changed from New to Ready For Testing
- Assignee set to Dominic Cleal
- Target version set to 1.3.0
Updated by Dominic Cleal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 24602484f2968c5ecc162b4747a07ab1f2e485c3.
Actions