mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ShowController: allow for "better" exceptions...
...when rendering objects
This commit is contained in:
parent
6dee2d0733
commit
c91919a1c2
@ -140,7 +140,7 @@ class ShowController extends ActionController
|
||||
. ' <pre'
|
||||
. ($object->disabled === 'y' ? ' class="disabled"' : '')
|
||||
. '>'
|
||||
. $this->view->escape((string) $object)
|
||||
. $this->view->escape($object->toConfigString())
|
||||
. '</pre>';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user