From: stevenknight Date: Tue, 22 Dec 2009 14:26:37 +0000 (+0000) Subject: Fix the view-change detail tab. Minor wording improvement. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fcfb1a1c51c10c3f1e3a761dc2f4f55c8c8b0b3d;p=scons.git Fix the view-change detail tab. Minor wording improvement. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4574 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/timings/graph.html b/timings/graph.html index 180139c0..82258f31 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 ' + Config.title + ' configuration ' +
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.