getTabs() ->add('cube/hosts', [ 'label' => $this->translate('Hosts'), 'url' => 'cube/hosts' . ($this->params->toString() === '' ? '' : '?' . $this->params->toString()) ]) ->add('cube/services', [ 'label' => $this->translate('Services'), 'url' => 'cube/services' . ($this->params->toString() === '' ? '' : '?' . $this->params->toString()) ]) ->extend(new DashboardAction()); } }