diff --git a/modules/monitoring/application/views/scripts/partials/object/service-header.phtml b/modules/monitoring/application/views/scripts/partials/object/service-header.phtml
index d0333a086..5bb100f2c 100644
--- a/modules/monitoring/application/views/scripts/partials/object/service-header.phtml
+++ b/modules/monitoring/application/views/scripts/partials/object/service-header.phtml
@@ -10,7 +10,7 @@ use Icinga\Module\Monitoring\Object\Service;
= $this->timeSince($object->host_last_state_change) ?>
- = $this->iconImage()->service($object) ?>
+ = $this->iconImage()->host($object) ?>
= $this->escape($object->host_display_name) ?>
host_display_name !== $object->host_name): ?>
(= $this->escape($object->host_name) ?>)
@@ -34,7 +34,7 @@ use Icinga\Module\Monitoring\Object\Service;
= $this->timeSince($object->service_last_state_change) ?>
|
- = $this->iconImage()->host($object) ?>
+ = $this->iconImage()->service($object) ?>
= $this->translate('Service') ?>: = $this->escape($object->service_display_name) ?>
service_display_name !== $object->service_description): ?>
(= $this->escape($object->service_description) ?>)
|