From 2fb294bf9c1cdcc493e36758ec6badd9ea6c7948 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 15:48:43 +0200 Subject: [PATCH] monitoring: Fix non-existent render of object-header refs #5543 --- .../monitoring/application/views/scripts/host/history.phtml | 2 +- .../views/scripts/partials/command/object-command-form.phtml | 4 ++-- .../application/views/scripts/service/history.phtml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/monitoring/application/views/scripts/host/history.phtml b/modules/monitoring/application/views/scripts/host/history.phtml index 1edba3d89f..b9a87e97f3 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 03be36cf3d..34e31f8975 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 75e0e608fa..12918ca2db 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; ?>