Author: pmouawad
Date: Thu May 12 19:45:04 2016
New Revision: 1743551
URL: http://svn.apache.org/viewvc?rev=1743551&view=rev
Log:
Make APDEX title clearer and add a link
Modified:
jmeter/trunk/bin/report-template/index.html.fmkr
Modified: jmeter/trunk/bin/report-template/index.html.fmkr
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/report-template/index.html.fmkr?rev=1743551&r1=1743550&r2=1743551&view=diff
==============================================================================
--- jmeter/trunk/bin/report-template/index.html.fmkr (original)
+++ jmeter/trunk/bin/report-template/index.html.fmkr Thu May 12 19:45:04 2016
@@ -111,7 +111,7 @@
<div class="col-lg-6">
<div class="panel panel-default" style="text-align:center;">
<div class="panel-heading">
- <p class="dashboard-title">APDEX</p>
+ <p class="dashboard-title"><a href="https://en.wikipedia.org/wiki/Apdex"
target="_blank">APDEX (Application Performance Index)</a></p>
</div>
<div class="panel-body">
<section id="apdex" class="col-md-12 table-responsive">
|