Revision e6eb1c48
Added by Dmitri Dolguikh over 8 years ago
app/views/compute_resources_vms/index/_docker.html.erb | ||
---|---|---|
20 | 20 |
<td> <%= vm.attributes['status'] %> </td> |
21 | 21 |
<td> <span <%= vm_power_class(vm.ready?) %>> <%= vm_state(vm) %></span> </td> |
22 | 22 |
<td> |
23 |
<%= action_buttons(vm_power_action(vm),
|
|
23 |
<%= action_buttons(container_power_action(vm),
|
|
24 | 24 |
display_delete_if_authorized(hash_for_compute_resource_vm_path(:compute_resource_id => @compute_resource, :id => vm.id))) %> |
25 | 25 |
</td> |
26 | 26 |
|
Also available in: Unified diff
fixes #8033: container power on/off redirects to container view now