monitoring: Add fixing TODO to the ChartController

refs #10019
This commit is contained in:
Eric Lippmann 2015-08-27 15:41:15 +02:00
parent f83f56903e
commit be021e6fa1

View File

@ -10,9 +10,7 @@ use Icinga\Chart\Unit\StaticAxis;
use Icinga\Module\Monitoring\Controller;
/**
* Class Monitoring_CommandController
*
* Interface to send commands and display forms
* @TODO(el): Fix and reuse the controller or remove it: https://dev.icinga.org/issues/10019
*/
class ChartController extends Controller
{