show/activitylog: make "deleted" look less ugly

This commit is contained in:
Thomas Gelf 2015-10-15 20:13:07 +02:00
parent 526d39aaed
commit e9756b4394

View File

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