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 host or service details"
This reverts commit 646cffd62d615e6a4d716440a9f5728c19b87120.
This commit is contained in:
parent
c316e5ce8f
commit
ca678a57e9
@ -181,6 +181,19 @@ 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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user