Update of /export/home/ntop/ntop
In directory unknown:/tmp/cvs-serv872
Modified Files:
reportUtils.c
Log Message:
Again printTableEntryPercentage:
- Fix wrong color in HTML bar
- Minor cosmetic change to make these long format strings more readable
--- reportUtils.c.orig 2005-04-03 18:16:10.839448632 +0200
+++ reportUtils.c 2005-04-03 18:17:49.258486664 +0200
@@ -253,7 +253,7 @@
formatKBytes(total, formatBuf, sizeof(formatBuf)), flowBuf,
CONST_COLOR_1, label_1,
CONST_COLOR_2,
- CONST_COLOR_1, label_2);
+ CONST_COLOR_2, label_2);
}
break;
case 100:
@@ -282,7 +282,8 @@
"<TD ALIGN=RIGHT WIDTH=\"10%%\" BGCOLOR=\"%s\">%s
0 %%</TD></TR></TABLE></TD></TR>\n",
getRowColor(), label,
formatKBytes(total, formatBuf, sizeof(formatBuf)), flowBuf,
- CONST_COLOR_1, label_1, CONST_COLOR_1,
+ CONST_COLOR_1, label_1,
+ CONST_COLOR_1,
CONST_COLOR_2, label_2);
}
break;
_______________________________________________
Ntop-dev mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev