mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
3f092ffb2d
commit
073dc31128
@ -3,13 +3,12 @@ use Icinga\Web\Url;
|
|||||||
use Icinga\Util\Color;
|
use Icinga\Util\Color;
|
||||||
|
|
||||||
$groupInfo = $timeline->getGroupInfo();
|
$groupInfo = $timeline->getGroupInfo();
|
||||||
$firstRow = !$beingExtended;
|
$firstRow = ! $beingExtended;
|
||||||
|
|
||||||
?>
|
if (! $beingExtended && !$this->compact): ?>
|
||||||
<?php if (!$beingExtended): ?>
|
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs ?>
|
<?= $this->tabs; ?>
|
||||||
<div style="margin: 1em;" class="dontprint">
|
<div style="float: right;" class="dontprint">
|
||||||
<?= $intervalBox; ?>
|
<?= $intervalBox; ?>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin: 1em;" class="timeline-legend">
|
<div style="margin: 1em;" class="timeline-legend">
|
||||||
@ -21,6 +20,8 @@ $firstRow = !$beingExtended;
|
|||||||
<?php endforeach ?>
|
<?php endforeach ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php endif ?>
|
||||||
|
<?php if (! $beingExtended): ?>
|
||||||
<div class="content" data-base-target="_next">
|
<div class="content" data-base-target="_next">
|
||||||
<div class="timeline">
|
<div class="timeline">
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user