Project

General

Profile

« Previous | Next » 

Revision 7e2880b6

Added by Ruediger Mueck over 10 years ago

fixes #1489 - add AIX family and facts importer support

View differences:

app/helpers/operatingsystems_helper.rb
"SLC"
when /FreeBSD/i
"FreeBSD"
when /aix/i
"AIX"
else
return "" if record.family.blank?
record.family

Also available in: Unified diff