diff --git a/modules/monitoring/application/controllers/ShowController.php b/modules/monitoring/application/controllers/ShowController.php index f00ab8a52..2af7d46d8 100644 --- a/modules/monitoring/application/controllers/ShowController.php +++ b/modules/monitoring/application/controllers/ShowController.php @@ -30,6 +30,13 @@ class ShowController extends Controller { $contactName = $this->params->getRequired('contact_name'); + $this->getTabs()->add('contact-detail', [ + 'title' => $this->translate('Contact details'), + 'label' => $this->translate('Contact'), + 'url' => Url::fromRequest(), + 'active' => true + ]); + $query = $this->backend->select()->from('contact', array( 'contact_name', 'contact_id',