mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
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…
x
Reference in New Issue
Block a user