monitoring: Namespace the Alertsummarycontroller

refs #5786
This commit is contained in:
Eric Lippmann 2015-08-27 15:19:43 +02:00
parent 1eed806edf
commit d60fed23f7
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\Chart\GridChart; use Icinga\Chart\GridChart;
use Icinga\Chart\Unit\LinearUnit; use Icinga\Chart\Unit\LinearUnit;
use Icinga\Chart\Unit\StaticAxis; use Icinga\Chart\Unit\StaticAxis;
@ -9,7 +11,7 @@ use Icinga\Module\Monitoring\Web\Widget\SelectBox;
use Icinga\Web\Url; use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction; use Icinga\Web\Widget\Tabextension\DashboardAction;
class Monitoring_AlertsummaryController extends Controller class AlertsummaryController extends Controller
{ {
/** /**
* @var array * @var array