From 305bb68235b63c74f75c39102a5b64b2bd9d8296 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 8 Jan 2025 16:01:05 -0800 Subject: [PATCH] Web: Make 'Inspected' match 'Ignored' color. Fixes #1198 --- src/share/poudriere/html/assets/poudriere.js | 2 +- src/share/poudriere/html/build.html | 2 +- src/share/poudriere/html/jail.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/share/poudriere/html/assets/poudriere.js b/src/share/poudriere/html/assets/poudriere.js index 5ae086eb5..2ccdb9b14 100644 --- a/src/share/poudriere/html/assets/poudriere.js +++ b/src/share/poudriere/html/assets/poudriere.js @@ -222,7 +222,7 @@ function update_canvas(stats) { context.stroke(); x += minidraw(x, height, width, context, "#00CC00", queued, built); x += minidraw(x, height, width, context, "#E00000", queued, failed); - x += minidraw(x, height, width, context, "#DD2255", queued, inspected); + x += minidraw(x, height, width, context, "#FF9900", queued, inspected); x += minidraw(x, height, width, context, "#FF9900", queued, ignored); x += minidraw(x, height, width, context, "#228B22", queued, fetched); x += minidraw(x, height, width, context, "#CC6633", queued, skipped); diff --git a/src/share/poudriere/html/build.html b/src/share/poudriere/html/build.html index 3baebbad0..f4c851ca3 100644 --- a/src/share/poudriere/html/build.html +++ b/src/share/poudriere/html/build.html @@ -231,7 +231,7 @@ Built Failed Skipped - Inspected + Inspected Ignored Fetched Remaining diff --git a/src/share/poudriere/html/jail.html b/src/share/poudriere/html/jail.html index 49c3eb5b7..134b00846 100644 --- a/src/share/poudriere/html/jail.html +++ b/src/share/poudriere/html/jail.html @@ -199,7 +199,7 @@ >S