monitoring: Namespace the ProcessController

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 23:30:32 +02:00
parent 5ec338877c
commit b465bb000c
1 changed files with 3 additions and 1 deletions

View File

@ -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\Instance\DisableNotificationsExpireCommandForm; use Icinga\Module\Monitoring\Forms\Command\Instance\DisableNotificationsExpireCommandForm;
use Icinga\Module\Monitoring\Forms\Command\Instance\ToggleInstanceFeaturesCommandForm; use Icinga\Module\Monitoring\Forms\Command\Instance\ToggleInstanceFeaturesCommandForm;
@ -9,7 +11,7 @@ use Icinga\Web\Widget\Tabextension\DashboardAction;
/** /**
* Display process and performance information of the monitoring host and program-wide commands * Display process and performance information of the monitoring host and program-wide commands
*/ */
class Monitoring_ProcessController extends Controller class ProcessController extends Controller
{ {
/** /**
* Add tabs * Add tabs