mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-19 03:44:28 +02:00
Remove control separation in the host and service detail views
refs #13187
This commit is contained in:
parent
4a254f5b33
commit
76fb506a89
@ -1,6 +1,5 @@
|
|||||||
<?php use Icinga\Data\Filter\Filter; ?>
|
<?php use Icinga\Data\Filter\Filter; ?>
|
||||||
|
<div class="controls">
|
||||||
<div class="controls separated">
|
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
@ -12,5 +11,4 @@
|
|||||||
?>
|
?>
|
||||||
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?= $this->render('partials/object/detail-content.phtml') ?>
|
<?= $this->render('partials/object/detail-content.phtml') ?>
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
<div class="controls separated">
|
<div class="controls">
|
||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<?= $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') ?>
|
<?= $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