Project

General

Profile

« Previous | Next » 

Revision 0eeb78e0

Added by Lukas Zapletal almost 5 years ago

Fixes #26384 - cleaned os icons and new RH logo

View differences:

app/models/fact_name.rb
end
# To be overridden in subclasses to specify what is the origin of this
# fact, normally a configuration management system, e.g: 'Puppet'
# fact, normally a configuration management system, e.g: 'Puppet', 'Ansible'...
def origin
'N/A'
end
# Relative path within app/assets/images to the 16x16 icon in PNG format.
# Stock (stub) icons can be used, e.g. "icons16x16/stub/green-h.png".
def icon_path
"icons16x16/stub/black-x.png"
end
end

Also available in: Unified diff