mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Introduce controller DashboardsController
This commit is contained in:
parent
f6e67670e6
commit
0d0480afea
13
application/controllers/DashboardsController.php
Normal file
13
application/controllers/DashboardsController.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
namespace Icinga\Controllers;
|
||||
|
||||
use Icinga\Web\Controller;
|
||||
|
||||
/**
|
||||
* Dashboards
|
||||
*/
|
||||
class DashboardsController extends Controller
|
||||
{
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user