Class: ForemanSpacewalk::HostsController

Inherits:
HostsController
  • Object
show all
Defined in:
app/controllers/foreman_spacewalk/hosts_controller.rb

Instance Method Summary collapse

Instance Method Details

#select_multiple_spacewalk_proxyObject



10
# File 'app/controllers/foreman_spacewalk/hosts_controller.rb', line 10

def select_multiple_spacewalk_proxy; end

#update_multiple_spacewalk_proxyObject



12
13
14
# File 'app/controllers/foreman_spacewalk/hosts_controller.rb', line 12

def update_multiple_spacewalk_proxy
  update_multiple_proxy(_('Spacewalk'), :spacewalk_proxy=)
end

#validate_multiple_spacewalk_proxyObject



6
7
8
# File 'app/controllers/foreman_spacewalk/hosts_controller.rb', line 6

def validate_multiple_spacewalk_proxy
  validate_multiple_proxy(select_multiple_spacewalk_proxy_hosts_path)
end