mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Host base target should fit service base target
This commit is contained in:
parent
d21a356a0b
commit
30c03b5f23
@ -1,7 +1,7 @@
|
||||
<div class="controls">
|
||||
<?= $this->render('show/components/header.phtml') ?>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="content" data-base-target="col1">
|
||||
<?= $this->render('show/components/output.phtml') ?>
|
||||
<?= $this->render('show/components/status.phtml') ?>
|
||||
|
||||
@ -20,4 +20,4 @@
|
||||
</table>
|
||||
<?= $this->render('show/components/properties.phtml') ?>
|
||||
<?= $this->render('show/components/flags.phtml') ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user