monitoring: Remove the services tab when showing host or service details

refs #7998
This commit is contained in:
Eric Lippmann 2015-05-28 12:22:57 +02:00
parent 344e17a605
commit 646cffd62d
1 changed files with 0 additions and 13 deletions

View File

@ -181,19 +181,6 @@ abstract class MonitoredObjectController extends Controller
) )
); );
} }
$tabs->add(
'services',
array(
'title' => sprintf(
$this->translate('List all services on host %s'),
$isService ? $object->getHost()->getName() : $object->getName()
),
'label' => $this->translate('Services'),
'icon' => 'services',
'url' => 'monitoring/show/services',
'urlParams' => $params
)
);
if ($this->backend->hasQuery('eventHistory')) { if ($this->backend->hasQuery('eventHistory')) {
$tabs->add( $tabs->add(
'history', 'history',