monitoring: Rename service/object-header view script to object/service-header

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 11:17:00 +02:00
parent 4eafb1825c
commit 713a816a3e
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<?php if (! $this->compact): ?>
<?= $this->tabs ?>
<?php endif ?>
<?= $this->render('partials/service/object-header.phtml') ?>
<?= $this->render('partials/object/service-header.phtml') ?>
<h1><?= $this->translate('Service detail information') ?></h1>
</div>