From 7270afd1bb7696694cb6a9e3145a3d2059a092d9 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Tue, 22 Dec 2009 14:26:37 +0000 Subject: Fix the view-change detail tab. Minor wording improvement. --- timings/graph.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'timings') 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.

-- cgit v1.2.1