<?phpnamespaceIcinga\Module\Director\Dashboard;classDeploymentDashboardextendsDashboard{protected$dashletNames=array('ActivityLog','Deployment','Infrastructure',);publicfunctiongetTitle(){return$this->translate('Deploy configuration to your Icinga nodes');}}