icingaweb2/application/controllers/DashboardsController.php
2015-09-29 13:43:56 +02:00

14 lines
206 B
PHP

<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Controllers;
use Icinga\Web\Controller;
/**
* Dashboards
*/
class DashboardsController extends Controller
{
}