|
From: <gne...@us...> - 2009-05-14 06:51:24
|
Update of /cvsroot/aolserver/aolserver/tcl In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15744/tcl Modified Files: stats.tcl Log Message: - fix typo in tcl/stats.tcl Index: stats.tcl =================================================================== RCS file: /cvsroot/aolserver/aolserver/tcl/stats.tcl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stats.tcl 12 Oct 2008 09:00:34 -0000 1.4 --- stats.tcl 14 May 2009 06:51:16 -0000 1.5 *************** *** 117,121 **** o <a href=$baseUrl/mempools.adp>Memory</a><br> o <a href=$baseUrl/process.adp>Process</a><br> ! o <a href=$baseUrl/sched.adp>Scheduled Proceedures</a><br> o <a href=$baseUrl/threads.adp>Threads</a><br>" --- 117,121 ---- o <a href=$baseUrl/mempools.adp>Memory</a><br> o <a href=$baseUrl/process.adp>Process</a><br> ! o <a href=$baseUrl/sched.adp>Scheduled Procedures</a><br> o <a href=$baseUrl/threads.adp>Threads</a><br>" *************** *** 504,508 **** set colTitles [list ID Status Callback Data Flags "Last Queue" "Last Start" "Last End" Duration "Next Run"] ! set html [_ns_stats.header "Scheduled Proceedures"] append html [_ns_stats.results $col $colTitles sched.adp $rows $reverseSort] append html [_ns_stats.footer] --- 504,508 ---- set colTitles [list ID Status Callback Data Flags "Last Queue" "Last Start" "Last End" Duration "Next Run"] ! set html [_ns_stats.header "Scheduled Procedures"] append html [_ns_stats.results $col $colTitles sched.adp $rows $reverseSort] append html [_ns_stats.footer] |