monitoring: Rename host/object-header partial to object/host-header
refs #5543
This commit is contained in:
parent
f74293b5ba
commit
1c01025162
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue