Module: nagvis Branch: master Commit: ddbcf6bcf003266e012f9d9a39a496c17c63023d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=ddbcf6bcf003266e012f9d9a39a496c17c63023d
Author: LaMi <[email protected]> Date: Wed Nov 18 20:33:58 2009 +0100 Added background color fetching debug log --- share/frontend/nagvis-js/js/frontend.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/share/frontend/nagvis-js/js/frontend.js b/share/frontend/nagvis-js/js/frontend.js index 3982729..7a12568 100644 --- a/share/frontend/nagvis-js/js/frontend.js +++ b/share/frontend/nagvis-js/js/frontend.js @@ -465,6 +465,8 @@ function getBackgroundColor(oObj) { sColor = oStates[oObj.summary_state].bgcolor; } + eventlog("background", "debug", "State: "+oObj.summary_state+" Color is: "+sColor); + oObj = null; return sColor; ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
