Project

General

Profile

« Previous | Next » 

Revision 72e65b31

Added by Ohad Levy over 14 years ago

  • ID 72e65b31df2903be3c7fdcb6b04c7037974476d0

fixes #151 - add show host page
Added a nested link to hosts to lots of controllers

View differences:

app/controllers/medias_controller.rb
config.columns[:path].description = "the path to the media, can be a url or an NFS server, must not include the archetecture, for example http://mirror.averse.net/centos/5.3/os/$arch where <b>$arch</b> will be subsituded for the host actual OS"
config.columns[:operatingsystem].form_ui = :select
config.columns[:operatingsystem].label = "Operating system"
config.nested.add_link "Hosts", [:hosts]
end
end

Also available in: Unified diff