monitoring: Rename host/object-header partial to object/host-header

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:28:08 +02:00
parent f74293b5ba
commit 1c01025162
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<?php if (! $this->compact): ?>
<?= $this->tabs; ?>
<?php endif ?>
<?= $this->render('partials/host/object-header.phtml') ?>
<?= $this->render('partials/object/host-header.phtml') ?>
<h3 class="tinystatesummary" <?= $this->compact ? ' data-base-target="col1"' : ''; ?>>
<?php
$this->stats = $object->stats;