diff --git a/modules/monitoring/application/views/scripts/host/show.phtml b/modules/monitoring/application/views/scripts/host/show.phtml
new file mode 100644
index 000000000..8023c1821
--- /dev/null
+++ b/modules/monitoring/application/views/scripts/host/show.phtml
@@ -0,0 +1,27 @@
+
+ = $this->render('show/components/header.phtml') ?>
+ = $this->render('show/components/hostservicesummary.phtml') ?>
+
+
+ = $this->render('show/components/output.phtml') ?>
+ = $this->render('show/components/grapher.phtml') ?>
+
+
+
+ = $this->render('show/components/acknowledgement.phtml') ?>
+ = $this->render('show/components/comments.phtml') ?>
+ = $this->render('show/components/notifications.phtml') ?>
+ = $this->render('show/components/downtime.phtml') ?>
+ = $this->render('show/components/flapping.phtml') ?>
+ = $this->render('show/components/perfdata.phtml') ?>
+ = $this->render('show/components/checksource.phtml') ?>
+ = $this->render('show/components/actions.phtml') ?>
+ = $this->render('show/components/command.phtml') ?>
+ = $this->render('show/components/hostgroups.phtml') ?>
+ = $this->render('show/components/contacts.phtml') ?>
+ = $this->render('show/components/checkstatistics.phtml') ?>
+ = $this->render('show/components/customvars.phtml') ?>
+ = $this->render('show/components/flags.phtml') ?>
+
+
+
diff --git a/modules/monitoring/application/views/scripts/show/components/hostservicesummary.phtml b/modules/monitoring/application/views/scripts/show/components/hostservicesummary.phtml
index ffa3c806e..0390bcffc 100644
--- a/modules/monitoring/application/views/scripts/show/components/hostservicesummary.phtml
+++ b/modules/monitoring/application/views/scripts/show/components/hostservicesummary.phtml
@@ -6,10 +6,10 @@ $currentUrl = Url::fromRequest()->without('limit')->getRelativeUrl();
?>