icingaweb2-module-director/application/views/scripts/show/activitylog-delete.phtml

9 lines
204 B
PHTML

<h3><?= sprintf(
'%s "%s" has been modified',
ucfirst(preg_replace('/^icinga_/', '', $entry->object_type)),
$entry->object_name
) ?></h3>
<pre>
<?= $this->escape(print_r($entry, 1)) ?>
</pre>