parent
6931ad9411
commit
6e2afe5d57
|
@ -1,6 +1,8 @@
|
|||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
namespace Icinga\Module\Monitoring\Controllers;
|
||||
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Data\Filter\FilterEqual;
|
||||
use Icinga\Module\Monitoring\Controller;
|
||||
|
@ -17,7 +19,7 @@ use Icinga\Module\Monitoring\Object\HostList;
|
|||
use Icinga\Web\Url;
|
||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||
|
||||
class Monitoring_HostsController extends Controller
|
||||
class HostsController extends Controller
|
||||
{
|
||||
/**
|
||||
* @var HostList
|
||||
|
|
Loading…
Reference in New Issue