2019-04-11 02:34:14 +02:00

20 lines
384 B
PHP

<?php
namespace Icinga\Module\Director\Dashboard;
class AlertsDashboard extends Dashboard
{
protected $dashletNames = array(
'Notifications',
'Users',
'Timeperiods',
'DependencyObject',
'ScheduledDowntimeApply',
);
public function getTitle()
{
return $this->translate('Get alerts when something goes wrong');
}
}