MISP/app/View/Elements/pivot.ctp

15 lines
254 B
PHP

<?php
echo $this->Html->css('tree');
?>
<div>
<div class="tree">
<span style="white-space:nowrap;">
<?php
echo $this->Pivot->convertPivotToHTML($pivot, $event['Event']['id']);
?>
</span>
</div>
<div style="clear:both">
</div>
</div>