Project

General

Profile

« Previous | Next » 

Revision ce1f9cfe

Added by Ohad Levy over 12 years ago

  • ID ce1f9cfebe0e7ed106e19fac2bd637dc1dab7561

fixes #1163 - undefined method hypervisor when Edit host

View differences:

app/controllers/hosts_controller.rb
@domain = @host.domain
@operatingsystem = @host.operatingsystem
@medium = @host.medium
@hypervisor = @host.hypervisor
@hypervisor = @host.hypervisor if @host.respond_to?(:hypervisor)
end
def find_multiple

Also available in: Unified diff