Project

General

Profile

« Previous | Next » 

Revision 260d58a0

Added by Sam Kottler over 10 years ago

Fixes #4024: Virtual machine state indicator is not correctly positioned for rackspace CR's

View differences:

app/views/compute_resources_vms/index/_rackspace.html.erb
<tr>
<td><%= vm.name %></td>
<td><%= vm.flavor.name %></td>
<td <%= vm_power_class(vm.ready?) %>> <%= vm_state(vm) %> </td>
<td> <span <%= vm_power_class(vm.ready?) %>> <%= vm_state(vm) %></span> </td>
<td>
<%= action_buttons(
vm_power_action(vm),

Also available in: Unified diff