icingaweb2-module-director/library/Director/Dashboard/AlertsDashboard.php

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');
}
}