mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Revert "monitoring: Remove the services tab when showing an object's history"
This reverts commit b3e0851b62d079c49d486b542c7845e662e88068.
This commit is contained in:
parent
aa0b1d43ef
commit
c316e5ce8f
@ -214,6 +214,19 @@ class Monitoring_ShowController 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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user