Index: lnt/trunk/lnt/server/ui/templates/index.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/index.html +++ lnt/trunk/lnt/server/ui/templates/index.html @@ -6,7 +6,7 @@ {# Display available test result suites. #}
@@ -125,7 +127,7 @@
{% endif %} -Name | -Description | + | Description |
---|---|---|---|
Mean() as Aggregation | + {{ 'checked' if options.switch_min_mean else ""}}/> | ||
Hide Line Plot: | + {{ 'checked' if options.hide_lineplot else ""}}/> | ||
Show Median Absolute Deviation: | + {{ 'checked' if options.show_mad else ""}}/> | ||
Show Standard Deviation: | + {{ 'checked' if options.show_stddev else ""}}/> | ||
Show Linear Regression: | + {{ 'checked' if options.show_linear_regression else ""}}/> | ||
Show Points For Failures: | + {{ 'checked' if options.show_failures else ""}}/> | ||
Hide Sample Points: | + {{ 'checked' if options.hide_all_points else ""}}/> | ||
Normalize By Median: | + {{ 'checked' if options.normalize_by_median else ""}}/> | ||
Show Moving Average | + {{ 'checked' if options.show_moving_average else ""}}/> | ||
Show Moving Median | + {{ 'checked' if options.show_moving_median else ""}}/> | ||
Moving Average/Median Window Size | @@ -218,7 +217,7 @@|||
Hide Revision Comparison Region Highlight | + {{ 'checked' if options.hide_highlight else ""}}/> |
- +
Index: lnt/trunk/lnt/server/ui/templates/v4_matrix.html =================================================================== --- lnt/trunk/lnt/server/ui/templates/v4_matrix.html +++ lnt/trunk/lnt/server/ui/templates/v4_matrix.html @@ -69,7 +69,7 @@ {{name}} -Show Delta | -+ | ||
Show Previous Value: | -+ | ||
Show Standard Deviation: | -+ | ||
Show Median Absolute Deviation: | -+ | ||
Show All Values: | -+ | ||
Show All Samples: | -+ | ||
Show Sample Counts: | -+ | ||
Show Small Differences: | -+ | ||
Number of Comparison Runs: | -+ | ||
Show Report Graphs: | -+ | ||
Show Data Table: | -+ | ||
Hide Report By Default: | -+ | ||
Test Filter (regexp): | -+ | ||
Test Min. Value Filter: | -+ | ||
Aggregation Function | @@ -278,11 +278,11 @@ | Mann-Whitney test confidence level: | @@ -290,13 +290,13 @@ |
{% if compare_to %} - + {% endif %} {% if baseline %} - + {% endif %} - + |