Project

General

Profile

Actions

Bug #330

closed

Code-Red Theme and RRD Graph Error

Added by Angel Torres about 14 years ago. Updated about 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
RRD Graphs
Target version:
Start date:
01/29/2010
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

Description

Error from this ticket in the 2.0 Alpha version which was patched needs to be applied to the Code-Red theme

RRDtool graphs for Traffic/Packets: Color parse error
http://cvstrac.pfsense.com/tktview?tn=1942

/usr/local/www/themes/code-red/rrdcolors.inc.php

33,34c33,34
< $colortrafficup = "666666";
< $colortrafficdown = "990000";
---

$colortrafficup = array("666666", "CCCCCC");
$colortrafficdown = array("990000", "CC0000");

Actions #1

Updated by Angel Torres about 14 years ago

Changes should be applied for traffic AND packets

33,34,35,36c33,34,35,36
< $colortrafficup = "666666";
< $colortrafficdown = "990000";
< $colorpacketsup = "666666";
< $colorpacketsdown = "990000";
______________________________________

$colortrafficup = array("666666", "CCCCCC");
$colortrafficdown = array("990000", "CC0000");
$colorpacketsup = array("666666", "CCCCCC");
$colorpacketsdown = "array("990000", "CC0000");

Actions #2

Updated by Anonymous about 14 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF