[Nagios-devel] Patch to fix stylesheets in Tactical Overview

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] Patch to fix stylesheets in Tactical Overview

Post by Guest »

The tactical overview overrides the stylesheet in numerous places inside
the source code. This patch removes these instances.

*** cgi/tac.c_orig Thu Nov 27 13:24:10 2003
--- cgi/tac.c Thu Nov 27 13:24:58 2003
***************
*** 329,335 ****
printf("\n",url_stylesheets_path,TAC_CSS);

printf("\n");
! printf("\n");

/* include user SSI header */
include_ssi_files(TAC_CGI,SSI_HEADER);
--- 329,335 ----
printf("\n",url_stylesheets_path,TAC_CSS);

printf("\n");
! printf("\n");

/* include user SSI header */
include_ssi_files(TAC_CGI,SSI_HEADER);
***************
*** 921,927 ****

printf("\n");

! printf("\n");

printf(" Network Outages\n");

--- 921,927 ----

printf("\n");

! printf("\n");

printf(" Network Outages\n");

***************
*** 1038,1044 ****

printf("\n");

! printf("\n");

printf(" Hosts\n");

--- 1038,1044 ----

printf("\n");

! printf("\n");

printf(" Hosts\n");

***************
*** 1178,1184 ****

printf("\n");

! printf("\n");

printf(" Services\n");

--- 1178,1184 ----

printf("\n");

! printf("\n");

printf(" Services\n");

***************
*** 1358,1364 ****

printf("\n");

! printf("\n");

printf(" Monitoring Features\n");

--- 1358,1364 ----

printf("\n");

! printf("\n");

printf(" Monitoring Features\n");


--
Joe Rhett Chief Geek
[email protected] Isite Services, Inc.





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