Project

General

Profile

« Previous | Next » 

Revision 33468218

Added by Ohad Levy over 11 years ago

  • ID 33468218f85cc2ef175face6be6ec4800667e603

Compute Resources should use the friendly name (e.g. oVirt vs Ovirt)

View differences:

app/views/compute_resources/index.html.erb
<% @compute_resources.each do |compute| %>
<tr>
<td><%= link_to compute.name, compute %></td>
<td><%= compute.provider %></td>
<td><%= compute.provider_friendly_name %></td>
<td>
<%= action_buttons(link_to('Edit', edit_compute_resource_path(compute),:class=>"btn btn-small"),
link_to('Delete', compute, :confirm => 'Are you sure?', :method => :delete)) %>

Also available in: Unified diff