diff options
author | Steven Knight <knight@baldmt.com> | 2009-12-22 14:26:37 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-12-22 14:26:37 (GMT) |
commit | dc2ff2f73669c58be2a4deef584ec557b2f0f1f8 (patch) | |
tree | c551149ecd43c39545f8de1efeaa066e37b70988 /timings | |
parent | 7ae6d53d77834534ed42e1867dc57a1885176845 (diff) | |
download | SCons-dc2ff2f73669c58be2a4deef584ec557b2f0f1f8.zip SCons-dc2ff2f73669c58be2a4deef584ec557b2f0f1f8.tar.gz SCons-dc2ff2f73669c58be2a4deef584ec557b2f0f1f8.tar.bz2 |
Fix the view-change detail tab. Minor wording improvement.
Diffstat (limited to 'timings')
-rw-r--r-- | timings/graph.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/timings/graph.html b/timings/graph.html index 180139c..82258f3 100644 --- a/timings/graph.html +++ b/timings/graph.html @@ -97,7 +97,7 @@ Config.source = "http://scons.tigris.org/svn/scons/trunk"; Config.changeLinkPrefix = "changelog.html?mode=html&range="; Config.builder = "TODO"; Config.buildbotLink = "http://buildbot.scons.org:8010/"; -Config.detailTabs = ['view-change']; +Config.detailTabs = {'view-change': 'CL'}; document.title = Config.title + ' - ' + Config.buildslave; var did_position_details = false; @@ -358,7 +358,7 @@ document.write('Timings for the <b>' + Config.title + '</b> configuration ' + <div id="explain"> The vertical axis is measured values, and the horizontal -axis is the revision number for the build being tested. +axis is the revision number being tested. </div> <p></p> <div id="switcher"> |