Index: openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl,v diff -u -r1.16.2.5 -r1.16.2.6 --- openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 25 Mar 2022 19:49:55 -0000 1.16.2.5 +++ openacs-4/packages/xotcl-request-monitor/www/whos-online.tcl 30 Oct 2022 12:13:52 -0000 1.16.2.6 @@ -33,7 +33,7 @@ TableWidget create t1 \ -actions [subst { - Action new -label "$label($all)" -url $url -tooltip "$tooltip($all)" + Action new -CSSclass "double-click-prevention btn" -label "$label($all)" -url $url -tooltip "$tooltip($all)" }] \ -columns [subst { AnchorField name -label "User" -orderby name @@ -59,7 +59,8 @@ return "$peer ($pa)" #return "$peer" } -ns_log notice USERS=[throttle users active -full] + +#ns_log notice USERS=[throttle users active -full] set users [list] foreach element [throttle users active -full] { lassign $element user_id pa timestamp hits smooth switches