mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Perfdata experiments
This commit is contained in:
parent
6ebd3e7b0f
commit
20c89bddf2
@ -82,7 +82,8 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract
|
||||
$result = $perfdata;
|
||||
}
|
||||
if (! empty($table)) {
|
||||
$result = '<table class="perfdata">' . implode("\n", $table) . '</table>' . $result;
|
||||
// TODO: What if we have both? And should we trust sprintf-style placeholders in perfdata titles?
|
||||
$result = '<table class="perfdata">' . implode("\n", $table) . '</table>';
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user