mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02: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
@ -10,6 +10,7 @@
|
|||||||
$this->baseFilter = Filter::where('host', $object->host_name);
|
$this->baseFilter = Filter::where('host', $object->host_name);
|
||||||
echo $this->render('list/components/servicesummary.phtml');
|
echo $this->render('list/components/servicesummary.phtml');
|
||||||
?>
|
?>
|
||||||
|
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?= $this->render('partials/object/detail-content.phtml') ?>
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->render('partials/object/service-header.phtml') ?>
|
<?= $this->render('partials/object/service-header.phtml') ?>
|
||||||
|
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?= $this->render('partials/object/detail-content.phtml') ?>
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user