Project

General

Profile

« Previous | Next » 

Revision 6308a7ba

Added by oshtaier over 8 years ago

Fixes #12554 - Change OS name column heading to match contents

It is necessary to change name for 'Name' column to 'Title' as
otherwise application flow can confuse user (especially when he or she
perform search procedure). Also, add more context to description field
for Operating System create/edit screen

View differences:

app/views/operatingsystems/_form.html.erb
<%= text_f f, :name, :help_inline => _("OS name from facter; e.g. RedHat") %>
<%= text_f f, :major, :help_inline => _("OS major version from facter; e.g. 6"), :class => "col-md-2" %>
<%= text_f f, :minor, :help_inline => _("OS minor version from facter; e.g. 5"), :class => "col-md-2" %>
<%= text_f f, :description, :help_inline => _("e.g. RHEL 6.5") %>
<%= text_f f, :description, :help_inline => _("OS friendly name; e.g. RHEL 6.5") %>
<%= select_f f, :family, Operatingsystem.families_as_collection, :value, :name, { :include_blank => _("Choose a family") }, { :label => _("Family"), :onchange => 'show_release(this);' } %>
<div id="release_name" <%= display?(!@operatingsystem.use_release_name?) %>>
<%= text_f f, :release_name, :help_inline => _("e.g. karmic, lucid, hw0910 etc") %>

Also available in: Unified diff