Project

General

Profile

Revision e6eb1c48

Added by Dmitri Dolguikh over 8 years ago

fixes #8033: container power on/off redirects to container view now

View differences:

app/views/containers/_list.html.erb
26 26
      <td class="hidden-tablet hidden-xs text-center"><%= link_to resource, compute_resource_path(resource) %> </td>
27 27
      <td class="hidden-tablet hidden-xs text-center"><%= managed_icon(container, resource) %></td>
28 28
      <% @compute_resource = resource %>
29
      <td><%= action_buttons(vm_power_action(container),
29
      <td><%= action_buttons(container_power_action(container),
30 30
                             display_delete_if_authorized(hash_for_container_path(:compute_resource_id => resource,
31 31
                                                          :id => container.id).
32 32
                                                          merge(:auth_object => resource, :auth_action => 'destroy',

Also available in: Unified diff