mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
A little bit of polishing on the impact analysis feature...
SVN:trunk[3630]
This commit is contained in:
@@ -48,7 +48,7 @@ class RelationObjectNode extends GraphNode
|
||||
/**
|
||||
* Formatting for GraphViz
|
||||
*/
|
||||
public function GetDotAttributes()
|
||||
public function GetDotAttributes($bNoLabel = false)
|
||||
{
|
||||
$sDot = parent::GetDotAttributes();
|
||||
if ($this->GetProperty('developped', false))
|
||||
@@ -114,7 +114,7 @@ class RelationRedundancyNode extends GraphNode
|
||||
/**
|
||||
* Formatting for GraphViz
|
||||
*/
|
||||
public function GetDotAttributes()
|
||||
public function GetDotAttributes($bNoLabel = false)
|
||||
{
|
||||
$sDisplayThreshold = sprintf('%.1f', $this->GetProperty('threshold'));
|
||||
$sDot = 'shape=doublecircle,fillcolor=indianred,fontcolor=papayawhip,label="'.$sDisplayThreshold.'"';
|
||||
|
||||
Reference in New Issue
Block a user