This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 131c4cff5a fix typo on flotSyntheticResponseTimeDistribution caused 
export to png to fail
131c4cff5a is described below

commit 131c4cff5a415a2a78b05228b226cafdfd548ee8
Author: Raul Almeida <[email protected]>
AuthorDate: Thu Mar 20 09:48:38 2025 -0300

    fix typo on flotSyntheticResponseTimeDistribution caused export to png to 
fail
---
 bin/report-template/content/pages/ResponseTimes.html.fmkr | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/report-template/content/pages/ResponseTimes.html.fmkr 
b/bin/report-template/content/pages/ResponseTimes.html.fmkr
index 9b59d484b7..e3fc05542b 100644
--- a/bin/report-template/content/pages/ResponseTimes.html.fmkr
+++ b/bin/report-template/content/pages/ResponseTimes.html.fmkr
@@ -217,7 +217,7 @@
                                         </li>
                                         <li><a 
href="#syntheticResponseTimeDistribution" 
onClick="uncheckAll('choicesSyntheticResponseTimeDistribution');">Hide all 
samples</a>
                                         </li>
-                                        <li><a 
href="#syntheticResponseTimeDistribution" 
onclick="exportToPNG('flotSyntheticResponseTimesDistribution', this);">Save as 
PNG</a></li>
+                                        <li><a 
href="#syntheticResponseTimeDistribution" 
onclick="exportToPNG('flotSyntheticResponseTimeDistribution', this);">Save as 
PNG</a></li>
                                     </ul>
                                     <button type="button" class="btn btn-link 
btn-xs dropdown-toggle" data-toggle="collapse" 
href="#bodySyntheticResponseTimeDistribution" aria-expanded="true" 
aria-controls="bodySyntheticResponseTimeDistribution">
                                         <i class="fa fa-chevron-down"></i>

Reply via email to