mirror of
https://github.com/apache/jmeter.git
synced 2026-03-13 09:00:52 +08:00
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1850618 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: fced5a2a62
37 lines
1.4 KiB
Plaintext
37 lines
1.4 KiB
Plaintext
Summary
|
|
-------
|
|
|
|
I - Default template directory content
|
|
|
|
---
|
|
|
|
I - Default template directory content :
|
|
----------------------------------------
|
|
|
|
/
|
|
- index.html.fmkr : templated file for index page (dashboard)
|
|
-/content
|
|
-/css
|
|
- dashboard.css : style sheet for tables in index page
|
|
- jquery-ui.css : version 1.11.4
|
|
- jquery-ui.structure.css : version 1.11.4
|
|
- jquery-ui.theme.css : version 1.11.4
|
|
- legends.css : style sheet for graph legends
|
|
- theme.blue.css : blue theme for tablesorter plugin
|
|
-/js
|
|
- curvedLines.js : version 1.1.1 , to change graph lines aspect
|
|
- dashboard.js.fmkr : template script file for index page
|
|
- dashboard-common.js : script file for shared functions
|
|
- graph.js.fmkr : templated script file for OverTime.html, ResponseTime.html and Throughput.html
|
|
- hashtable.js : version 3.0 A standalone implementation of hash table in JavaScript.
|
|
- jquery.cookie.js : 1.4.1
|
|
- jquery.flot.axislabels.js : version 2.0.1 , to display labels on graph axes
|
|
- jquery.numberformatter-1.2.3.min.js : 1.2.4 , to format timestamp in UI
|
|
- jquery.tablesorter.min.js : to allow column sorting in tables
|
|
- jquery-ui.js : version 1.11.4
|
|
-/pages
|
|
- OverTime.hmtl.fmkr : templated html page for over time graphs
|
|
- ResponseTimes.html.fmkr : templated html page for response time graphs
|
|
- Throughput.html.fmkr : templated html page for throughput graphs
|
|
|
|
--- |