Introduce controller DashboardsController
This commit is contained in:
parent
f6e67670e6
commit
0d0480afea
|
@ -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…
Reference in New Issue