diff --git a/application/itopwebpage.class.inc.php b/application/itopwebpage.class.inc.php index c6af15bdc..4628a1ee3 100644 --- a/application/itopwebpage.class.inc.php +++ b/application/itopwebpage.class.inc.php @@ -562,7 +562,8 @@ EOF $sNorthPane .= '
'.ExecutionKPI::GetDescription().'
'; } - $sSouthPane = '

Peak memory Usage: '.sprintf('%.3f MB', memory_get_peak_usage(true) / (1024*1024)).'

'; + //$sSouthPane = '

Peak memory Usage: '.sprintf('%.3f MB', memory_get_peak_usage(true) / (1024*1024)).'

'; + $sSouthPane = ''; foreach (MetaModel::EnumPlugins('iPageUIExtension') as $oExtensionInstance) { $sSouthPane .= $oExtensionInstance->GetSouthPaneHtml($this);