mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
acd5b9123c
commit
e9f9073d90
1 changed files with 3 additions and 1 deletions
|
|
@ -1,11 +1,13 @@
|
|||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
namespace Icinga\Module\Monitoring\Controllers;
|
||||
|
||||
use Icinga\Module\Monitoring\Controller;
|
||||
use Icinga\Web\Url;
|
||||
use Icinga\Web\Widget\Tabextension\DashboardAction;
|
||||
|
||||
class Monitoring_TacticalController extends Controller
|
||||
class TacticalController extends Controller
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue