icingaweb2/application/controllers/DashboardsController.php
Johannes Meyer dcb4f7f52d Revert "DashboardsController: Add index action"
This reverts commit 2be8835f0609ba886678699e3e472a1d426ddc53.
2015-09-29 17:17:41 +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
{
}