mirror of https://github.com/apache/jmeter.git
fix typo on flotSyntheticResponseTimeDistribution caused export to png to fail
This commit is contained in:
parent
a7bd8fabdc
commit
131c4cff5a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue