diff --git a/modules/monitoring/application/views/scripts/host/history.phtml b/modules/monitoring/application/views/scripts/host/history.phtml
index 1edba3d89..b9a87e97f 100644
--- a/modules/monitoring/application/views/scripts/host/history.phtml
+++ b/modules/monitoring/application/views/scripts/host/history.phtml
@@ -28,7 +28,7 @@ $history->limit($limit * $page);
if (! $this->compact): ?>
= $this->tabs; ?>
- = $this->render('partials/host/object-header.phtml'); ?>
+ = $this->render('partials/object/host-header.phtml'); ?>
= $this->translate('This Host\'s Event History'); ?>
= $this->sortBox; ?>
= $this->limiter; ?>
diff --git a/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml b/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml
index 03be36cf3..34e31f897 100644
--- a/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml
+++ b/modules/monitoring/application/views/scripts/partials/command/object-command-form.phtml
@@ -5,14 +5,14 @@
= $this->tabs; ?>
getType() === $object::TYPE_HOST): ?>
- = $this->render('partials/host/object-header.phtml'); ?>
+ = $this->render('partials/object/host-header.phtml'); ?>
baseFilter = Filter::where('host', $object->host_name);
$this->stats = $object->stats;
echo $this->render('list/components/servicesummary.phtml');
?>
- = $this->render('partials/service/object-header.phtml'); ?>
+ = $this->render('partials/object/service-header.phtml'); ?>
diff --git a/modules/monitoring/application/views/scripts/service/history.phtml b/modules/monitoring/application/views/scripts/service/history.phtml
index 75e0e608f..12918ca2d 100644
--- a/modules/monitoring/application/views/scripts/service/history.phtml
+++ b/modules/monitoring/application/views/scripts/service/history.phtml
@@ -27,7 +27,7 @@ $history->limit($limit * $page);
if (! $this->compact): ?>
= $this->tabs; ?>
- = $this->render('partials/service/object-header.phtml'); ?>
+ = $this->render('partials/object/service-header.phtml'); ?>
= $this->translate('This Service\'s Event History'); ?>
= $this->sortBox; ?>
= $this->limiter; ?>