HostController: remove HostAgentForm for now
Will probably return soon
This commit is contained in:
parent
b2984ba79d
commit
7e13a9a4f2
|
@ -314,11 +314,6 @@ class HostController extends ObjectController
|
|||
|
||||
public function agentAction()
|
||||
{
|
||||
$this->content()->add(
|
||||
IcingaHostAgentForm::load()
|
||||
->setObject($this->requireObject())
|
||||
->handleRequest()
|
||||
);
|
||||
$selfService = new SelfService($this->getHostObject(), $this->api());
|
||||
if ($os = $this->params->get('download')) {
|
||||
$selfService->handleLegacyAgentDownloads($os);
|
||||
|
|
Loading…
Reference in New Issue