[Nagios-devel] statusmap circular layout

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] statusmap circular layout

Post by Guest »

I had probblem with the statusmap in Internet Explorer.
When the circular layout image is so large you hafe to scroll whole page =
down and another to right, the popup layer disappired or pops up at =
courdites outside the browsers view.
Here is a solution to my problem that puts the popup layer allways at =
the same cordinits at the top of the screen



nagios# diff statusmap.c.org statusmap.c
6c6
* Last Modified: 11-16-2003
2320,2321c2318,2319
printf("document.popup.style.left =3D document.body.scrollLeft + =
%d;\n",x_offset);
> printf("document.popup.style.top =3D document.body.scrollTop + =
%d;\n",y_offset);
nagios#



K=E6r kve=F0ja / Best regards,
Skuti - Yngvi Hrafn P=E9tursson =B7 kerfisfr=E6=F0ingur =B7 Systems =
Analyst
S=EDmi/tel: +354 460-5300 =B7 Fax: +354 460-5301
Vefs=ED=F0a/website: http://www.skrin.is/





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked