Module: nagvis Branch: master Commit: eae96bca8c0500ced2f527d7695522f20a1e26b6 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=eae96bca8c0500ced2f527d7695522f20a1e26b6
Author: Lars Michelsen <[email protected]> Date: Sun Sep 19 21:56:18 2010 +0200 Fixed link area position when drawing line_tupe=11 lines --- share/frontend/nagvis-js/js/lines.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/lines.js b/share/frontend/nagvis-js/js/lines.js index ad7f50b..d27dcf5 100644 --- a/share/frontend/nagvis-js/js/lines.js +++ b/share/frontend/nagvis-js/js/lines.js @@ -246,7 +246,7 @@ function drawNagVisLine(objectId, lineType, cuts, x1, y1, x2, y2, z, width, colo case '11': // ---> lines drawArrow(objectId, x1, y1, x2, y2, z, width, colorFill, colorBorder); - drawLinkOrLabel(objectId, lineType, x1, y1, y2, x2, z, perfdataA, perfdataB, cut, bLinkArea, bLabelShow); + drawLinkOrLabel(objectId, lineType, x1, y1, x2, y2, z, perfdataA, perfdataB, cut, bLinkArea, bLabelShow); break; case '12': // --- lines ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
