mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
eecd15ee68
commit
098eff9050
@ -12,6 +12,12 @@ if (! $this->compact): ?>
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->partial(
|
<?= $this->partial(
|
||||||
'partials/event-history.phtml',
|
'partials/event-history.phtml',
|
||||||
array('compact' => $this->compact, 'history' => $history, 'isOverview' => true, 'tableCssClass' => 'table-row-selectable')
|
array(
|
||||||
|
'compact' => $this->compact,
|
||||||
|
'history' => $history,
|
||||||
|
'isOverview' => true,
|
||||||
|
'tableCssClass' => 'table-row-selectable',
|
||||||
|
'translationDomain' => $this->translationDomain
|
||||||
|
)
|
||||||
) ?>
|
) ?>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user