Sha256: 6dee2a676f7ccbfb9f4ccd6c578a3b6527d29a93a2ce122cce603057a22cdf45
Contents?: true
Size: 672 Bytes
Versions: 5
Compression:
Stored size: 672 Bytes
Contents
<table class="table table-bordered" data-table='inline'> <thead> <tr> <th><%= _('Name') -%></th> <th><%= _('Type') -%></th> <th><%= _('State') -%></th> <th></th> </tr> </thead> <% @compute_resource.vms.each do |vm| -%> <tr> <td><%= vm.name %></td> <td><%= vm.flavor.name %></td> <td <%= vm_power_class(vm.ready?) %>> <%= vm_state(!vm.ready?) %> </td> <td> <%= action_buttons( vm_power_action(vm), display_delete_if_authorized(hash_for_compute_resource_vm_path(:compute_resource_id => @compute_resource, :id => vm.id))) %> </td> </tr> <% end -%> </table>
Version data entries
5 entries across 5 versions & 1 rubygems