mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Reorder detail view components, use new snippets - still unfinished
This commit is contained in:
parent
edafcc5f68
commit
ef71f22b7f
@ -2,13 +2,22 @@
|
|||||||
<?= $this->render('show/components/header.phtml') ?>
|
<?= $this->render('show/components/header.phtml') ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?= $this->render('show/components/status.phtml'); ?>
|
<?= $this->render('show/components/output.phtml') ?>
|
||||||
<?= $this->render('show/components/comments.phtml'); ?>
|
<?= $this->render('show/components/status.phtml') ?>
|
||||||
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
||||||
<?= $this->render('show/components/properties.phtml'); ?>
|
|
||||||
<?= $this->render('show/components/flags.phtml'); ?>
|
<?= $this->render('show/components/downtime.phtml') ?>
|
||||||
<?= $this->render('show/components/customvars.phtml'); ?>
|
|
||||||
<?= $this->render('show/components/hostgroups.phtml'); ?>
|
<table class="avp">
|
||||||
<?= $this->render('show/components/contacts.phtml'); ?>
|
<?= $this->render('show/components/comments.phtml') ?>
|
||||||
|
<?= $this->render('show/components/flapping.phtml') ?>
|
||||||
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||||
<?= $this->render('show/components/command.phtml') ?>
|
<?= $this->render('show/components/command.phtml') ?>
|
||||||
|
<?= $this->render('show/components/hostgroups.phtml') ?>
|
||||||
|
<?= $this->render('show/components/contacts.phtml') ?>
|
||||||
|
<?= $this->render('show/components/checkstatistics.phtml') ?>
|
||||||
|
<?= $this->render('show/components/customvars.phtml') ?>
|
||||||
|
</table>
|
||||||
|
<?= $this->render('show/components/properties.phtml') ?>
|
||||||
|
<?= $this->render('show/components/flags.phtml') ?>
|
||||||
</div>
|
</div>
|
@ -3,12 +3,20 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="content" data-base-target="col1">
|
<div class="content" data-base-target="col1">
|
||||||
<?= $this->render('show/components/status.phtml'); ?>
|
<?= $this->render('show/components/status.phtml'); ?>
|
||||||
<?= $this->render('show/components/comments.phtml'); ?>
|
<?= $this->render('show/components/output.phtml') ?>
|
||||||
<?= $this->render('show/components/downtime.phtml'); ?>
|
|
||||||
<?= $this->render('show/components/properties.phtml'); ?>
|
<?= $this->render('show/components/downtime.phtml') ?>
|
||||||
<?= $this->render('show/components/flags.phtml'); ?>
|
|
||||||
<?= $this->render('show/components/customvars.phtml'); ?>
|
|
||||||
<?= $this->render('show/components/servicegroups.phtml'); ?>
|
<table class="avp">
|
||||||
<?= $this->render('show/components/contacts.phtml'); ?>
|
<?= $this->render('show/components/comments.phtml') ?>
|
||||||
|
<?= $this->render('show/components/flapping.phtml') ?>
|
||||||
|
<?= $this->render('show/components/perfdata.phtml') ?>
|
||||||
<?= $this->render('show/components/command.phtml') ?>
|
<?= $this->render('show/components/command.phtml') ?>
|
||||||
|
<?= $this->render('show/components/servicegroups.phtml') ?>
|
||||||
|
<?= $this->render('show/components/contacts.phtml') ?>
|
||||||
|
<?= $this->render('show/components/customvars.phtml') ?>
|
||||||
|
<?= $this->render('show/components/checkstatistics.phtml') ?>
|
||||||
|
<?= $this->render('show/components/flags.phtml') ?>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user