diff --git a/modules/monitoring/application/views/scripts/show/components/customvars.phtml b/modules/monitoring/application/views/scripts/show/components/customvars.phtml index b3e4c334bf..6ef2c678b2 100644 --- a/modules/monitoring/application/views/scripts/show/components/customvars.phtml +++ b/modules/monitoring/application/views/scripts/show/components/customvars.phtml @@ -1,17 +1,6 @@ -customvars)) return; ?> - - -

translate('Custom variables') ?>

- +customvars as $name => $value): ?> + + escape($name) ?> + customvar($value) ?> -customvars as $name => $value) { - - printf( - '%s%s' . "\n", - $this->escape($name), - $this->customvar($value) - ); -} - +