mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
show/activitylog: make "deleted" look less ugly
This commit is contained in:
parent
526d39aaed
commit
e9756b4394
@ -1,8 +1,8 @@
|
|||||||
<h3><?= sprintf(
|
<h3><?= sprintf(
|
||||||
'%s "%s" has been modified',
|
'%s "%s" has been deleted',
|
||||||
ucfirst(preg_replace('/^icinga_/', '', $entry->object_type)),
|
ucfirst(preg_replace('/^icinga_/', '', $entry->object_type)),
|
||||||
$entry->object_name
|
$entry->object_name
|
||||||
) ?></h3>
|
) ?></h3>
|
||||||
<pre>
|
<pre>
|
||||||
<?= $this->escape(print_r($entry, 1)) ?>
|
<?= (string) $this->oldObject ?>
|
||||||
</pre>
|
</pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user