Commit f4620bdff75f248c1a593a84b2e2c2f07f85abb3

Authored by Elena.Budnik
1 parent 580cdf42

param id in tooltip

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
php/classes/AmdaAction.php
... ... @@ -330,7 +330,7 @@ class AmdaAction
330 330 if ($isParameter) {
331 331 $objectMgr = new AliasMgr();
332 332 $alias = $objectMgr->getAlias($id);
333   -
  333 + $info .= '</br><i>ID : '.$id.'</i>';
334 334 $childrenToReturn[] = array('text' => $name,'alias' => $alias,
335 335 'id' => $id,'nodeType' => $nodeType, 'info' => $info, "component_info" => $component_info,
336 336 'globalStart' => $globalStart, 'globalStop' => $globalStop, 'timeRestriction' => $timeRestriction,
... ...