From 5e64844440cc68cdfb4d84374ed187f0fb9b06d3 Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Sat, 5 Dec 2020 13:52:40 +1300 Subject: [PATCH] frontend: "builds" -> "runs" use consistent naming --- src/resources/js/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/resources/js/app.js b/src/resources/js/app.js index 83b836b..93178e9 100644 --- a/src/resources/js/app.js +++ b/src/resources/js/app.js @@ -247,7 +247,7 @@ const Charts = (() => { }] }, options:{ - title: { display: true, text: 'Builds per day' }, + title: { display: true, text: 'Runs per day' }, tooltips:{callbacks:{title: (tip, data) => dayNames[tip[0].index].long}}, scales:{yAxes:[{ ticks:{userCallback: (label, index, labels) => Number.isInteger(label) ? label: null}, @@ -273,7 +273,7 @@ const Charts = (() => { }] }, options:{ - title: { display: true, text: 'Builds per job' }, + title: { display: true, text: 'Runs per job' }, hover: { mode: null }, scales:{xAxes:[{ticks:{userCallback: (label, index, labels)=> Number.isInteger(label) ? label: null}}]} } @@ -331,7 +331,7 @@ const Charts = (() => { })) }, options:{ - title: { display: true, text: 'Build time changes' }, + title: { display: true, text: 'Run time changes' }, legend:{ display: true, position: 'bottom' }, scales:{ xAxes:[{ticks:{display: false}}],