Index: openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 27 Oct 2014 16:42:02 -0000 1.6 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 7 Aug 2017 23:48:30 -0000 1.7 @@ -8,7 +8,7 @@ {all:optional 0} {with_param:optional 1} {with_apps:optional 0} - {orderby:optional "totaltime,desc"} + {orderby:token,optional "totaltime,desc"} } -properties { title:onevalue context:onevalue @@ -145,7 +145,7 @@ } -TableWidget t1 -volatile \ +TableWidget create t1 -volatile \ -actions [subst { Action new -label "$show_all_label($all)" -url $url_all -tooltip "show_all_tooltip($all)" Action new -label "$with_param_label($with_param)" -url $url_param -tooltip "with_param_tooltip($with_param)" @@ -199,3 +199,9 @@ append user_string " (Patterns: $hide_patterns)" } + +# Local variables: +# mode: tcl +# tcl-indent-level: 2 +# indent-tabs-mode: nil +# End: