mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Use quick actions in the host and service detail views
refs #13187 Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
1b4428e8a2
commit
cea9f5aea1
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
$this->baseFilter = Filter::where('host', $object->host_name);
|
||||
echo $this->render('list/components/servicesummary.phtml');
|
||||
?>
|
||||
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
||||
</div>
|
||||
|
||||
<?= $this->render('partials/object/detail-content.phtml') ?>
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
<?= $this->tabs ?>
|
||||
<?php endif ?>
|
||||
<?= $this->render('partials/object/service-header.phtml') ?>
|
||||
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
||||
</div>
|
||||
|
||||
<?= $this->render('partials/object/detail-content.phtml') ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue