parent
dce8afd5bd
commit
a50d2110be
|
@ -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\DeleteDowntimeCommandForm;
|
use Icinga\Module\Monitoring\Forms\Command\Object\DeleteDowntimeCommandForm;
|
||||||
use Icinga\Module\Monitoring\Object\Host;
|
use Icinga\Module\Monitoring\Object\Host;
|
||||||
|
@ -11,7 +13,7 @@ use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||||
/**
|
/**
|
||||||
* Display detailed information about a downtime
|
* Display detailed information about a downtime
|
||||||
*/
|
*/
|
||||||
class Monitoring_DowntimeController extends Controller
|
class DowntimeController extends Controller
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The fetched downtime
|
* The fetched downtime
|
||||||
|
|
Loading…
Reference in New Issue