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

18 lines
297 B
PHP
Raw Normal View History

2017-07-14 11:02:44 +02:00
<?php
namespace Icinga\Module\Director\Dashboard;
class AutomationDashboard extends Dashboard
{
protected $dashletNames = array(
'ImportSource',
'Sync',
'Job'
);
public function getTitle()
{
return $this->translate('Automate all tasks');
}
}