diff --git a/core/ormstopwatch.class.inc.php b/core/ormstopwatch.class.inc.php index ee99cda56..8113c5ef6 100644 --- a/core/ormstopwatch.class.inc.php +++ b/core/ormstopwatch.class.inc.php @@ -162,8 +162,7 @@ class ormStopWatch } else { - $iElapsedTemp = ''; //$this->ComputeDuration($oHostObject, $oAttDef, $this->iLastStart, time()); - $aProperties['Elapsed'] = $this->iTimeSpent.' + '.$iElapsedTemp.' s + '; + $aProperties['Elapsed'] = 'running '; } $aProperties['Started'] = $oAttDef->SecondsToDate($this->iStarted); @@ -183,7 +182,7 @@ class ormStopWatch } $aProperties[$iPercent.'%'] = $sThresholdDesc; } - $sRes = ""; + $sRes = "
"; $sRes .= ""; foreach ($aProperties as $sProperty => $sValue) {