diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-17 15:36:33 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-17 15:36:33 -0500 |
commit | c1ccc88d0769afc16363ceb06e5bdcd8605455bf (patch) | |
tree | cb26f846f3e7cd3ed364dc3a51d052df992fe2dd /templates/releng/iso_overview.html | |
parent | 1fabb8023a0350319bcad09914dfe5640dc34e9b (diff) |
Prune down table rows on ISO testing overview page
This table is getting very long as we have upwards of 210 ISOs in the
production database. However, it doesn't make much sense to list ISOs
that no longer exist and were never tested, so omit these from the
results page if we know this to be the case.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/releng/iso_overview.html')
-rw-r--r-- | templates/releng/iso_overview.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/releng/iso_overview.html b/templates/releng/iso_overview.html index ca5a8c08..447ba487 100644 --- a/templates/releng/iso_overview.html +++ b/templates/releng/iso_overview.html @@ -6,6 +6,12 @@ <div class="box"> <h2>Failures and Successes for Testing ISOs</h2> + <p>This is an overview showing all current or tested release engineering + produced ISOs. Past but now unavailable ISOs are ommitted if there were + never any testing results submitted. To help improve ISO quality, you are + encouraged to <a href="{% url 'releng-test-submit' %}">give feedback</a> + if you have tested and used any ISOs. Both successful and failed results + are encouraged and welcome.</p> <p><a href="{% url 'releng-test-overview' %}">Go back to testing results</a></p> <table id="releng-result" class="results"> |