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): ?>
tabs; ?> - render('partials/host/object-header.phtml'); ?> + render('partials/object/host-header.phtml'); ?>

translate('This Host\'s Event History'); ?>

sortBox; ?> 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 @@ tabs; ?> getType() === $object::TYPE_HOST): ?> - render('partials/host/object-header.phtml'); ?> + render('partials/object/host-header.phtml'); ?> baseFilter = Filter::where('host', $object->host_name); $this->stats = $object->stats; echo $this->render('list/components/servicesummary.phtml'); ?> - render('partials/service/object-header.phtml'); ?> + 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): ?>
tabs; ?> - render('partials/service/object-header.phtml'); ?> + render('partials/object/service-header.phtml'); ?>

translate('This Service\'s Event History'); ?>

sortBox; ?> limiter; ?>