Module: tools Branch: master Commit: 153512200dcdf9901429bbe9d2e6f737a158939b URL: https://source.winehq.org/git/tools.git/?a=commit;h=153512200dcdf9901429bbe9...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Apr 26 19:32:53 2022 +0200
testbot/web: Tweak the Activity page VMs iteration.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/web/Activity.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl index ffdf0fe..adf5a45 100644 --- a/testbot/web/Activity.pl +++ b/testbot/web/Activity.pl @@ -158,7 +158,7 @@ sub GenerateBody($) print "<td class='Record'> </td>"; }
- foreach my $Col (0..@SortedVMs-1) + foreach my $Col (0..$#SortedVMs) { my $VM = $SortedVMs[$Col]; my $VMStatus = $Group->{statusvms}->{$VM->Name};