mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-30 18:44:24 +02:00
monitoring: Don't use Monitoring\Controller as MonitoringController in the TacticalController
This commit is contained in:
parent
411ad407b1
commit
cfab9d99ff
@ -1,11 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
use Icinga\Module\Monitoring\Controller as MonitoringController;
|
use Icinga\Module\Monitoring\Controller;
|
||||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||||
use Icinga\Web\Url;
|
use Icinga\Web\Url;
|
||||||
|
|
||||||
class Monitoring_TacticalController extends MonitoringController
|
class Monitoring_TacticalController extends Controller
|
||||||
{
|
{
|
||||||
public function indexAction()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user