Index: openacs-4/packages/xotcl-request-monitor/www/last100.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/last100.tcl,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/xotcl-request-monitor/www/last100.tcl 10 Sep 2015 08:10:46 -0000 1.7.2.1 +++ openacs-4/packages/xotcl-request-monitor/www/last100.tcl 26 Apr 2016 07:25:29 -0000 1.7.2.2 @@ -16,15 +16,15 @@ set stat [list] foreach {key value} [throttle last100] {lappend stat $value} -Class CustomField -volatile \ +Class create CustomField -volatile \ -instproc render-data {row} { html::div -style { border: 1px solid #a1a5a9; padding: 0px 5px 0px 5px; background: #e2e2e2} { html::t [$row set [my name]] } } -TableWidget t1 -volatile \ +TableWidget create t1 -volatile \ -columns { Field time -label "Time" -orderby time -mixin ::template::CustomField AnchorField user -label "Userid" -orderby user