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

9 lines
210 B
PHTML
Raw Normal View History

<h2><?= sprintf(
'%s "%s" has been created',
ucfirst(preg_replace('/^icinga_/', '', $entry->object_type)),
$entry->object_name
) ?></h2>
<pre><?= $this->escape((string) $this->newObject) ?></pre>