mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-19 11:54:24 +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; ?>
|
||||
|
||||
<div class="controls separated">
|
||||
<div class="controls">
|
||||
<?php if (! $this->compact): ?>
|
||||
<?= $this->tabs ?>
|
||||
<?php endif ?>
|
||||
@ -12,5 +11,4 @@
|
||||
?>
|
||||
<?= $this->render('partials/object/quick-actions.phtml') ?>
|
||||
</div>
|
||||
|
||||
<?= $this->render('partials/object/detail-content.phtml') ?>
|
||||
|
@ -1,9 +1,8 @@
|
||||
<div class="controls separated">
|
||||
<div class="controls">
|
||||
<?php if (! $this->compact): ?>
|
||||
<?= $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…
x
Reference in New Issue
Block a user