mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
14 lines
206 B
PHP
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
|
|
{
|
|
}
|