mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
parent
be021e6fa1
commit
98851236e8
@ -1,6 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
namespace Icinga\Module\Monitoring\Controllers;
|
||||||
|
|
||||||
use Icinga\Module\Monitoring\Controller;
|
use Icinga\Module\Monitoring\Controller;
|
||||||
use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
|
use Icinga\Module\Monitoring\Forms\Command\Object\DeleteCommentCommandForm;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
@ -9,7 +11,7 @@ use Icinga\Web\Widget\Tabextension\DashboardAction;
|
|||||||
/**
|
/**
|
||||||
* Display detailed information about a comment
|
* Display detailed information about a comment
|
||||||
*/
|
*/
|
||||||
class Monitoring_CommentController extends Controller
|
class CommentController extends Controller
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The fetched comment
|
* The fetched comment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user