Project

General

Profile

« Previous | Next » 

Revision 19bd108a

Added by Paul Kelly about 14 years ago

  • ID 19bd108a00fe760cfaac4b6bc7ef0f496ee29c1d

Fixes #240 - Clone operation highlights changes correctly

The clone operation no longer flags edits as errors. This looks better.

View differences:

app/views/hosts/_operatingsystem.html.erb
<%= label :host, :media %>
Media
<%= collection_select :host, :media_id, @operatingsystem.medias, :id, :to_label %>
<%= label :host, :ptable, "Partition Table" %>
Partition Table
<%= collection_select :host, :ptable_id, @operatingsystem.ptables, :id, :to_label %>

Also available in: Unified diff