monitoring: Remove HostsController::deleteCommentAction()
Not used.
This commit is contained in:
parent
6e2afe5d57
commit
acef9ce095
|
@ -168,18 +168,6 @@ class HostsController extends Controller
|
||||||
$this->handleCommandForm($form);
|
$this->handleCommandForm($form);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Delete a comment
|
|
||||||
*/
|
|
||||||
public function deleteCommentAction()
|
|
||||||
{
|
|
||||||
$this->assertPermission('monitoring/command/comment/delete');
|
|
||||||
|
|
||||||
$form = new DeleteCommentCommandForm();
|
|
||||||
$form->setTitle($this->translate('Delete Host Comments'));
|
|
||||||
$this->handleCommandForm($form);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Acknowledge host problems
|
* Acknowledge host problems
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue