fix azure logs
This commit is contained in:
parent
fe59e6c37f
commit
1d7b43ba54
|
@ -86,7 +86,7 @@ sub manage_selection {
|
|||
$self->{global} = { total => 0 };
|
||||
foreach my $table (@{$log_results->{tables}}) {
|
||||
foreach (@{$table->{rows}}) {
|
||||
$self->{global}->{total} += $_->[2];
|
||||
$self->{global}->{total} += $_->[0];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue