From 820f8237d13607474f25438dd310b1c39d720479 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 4 Feb 2026 17:12:46 +0000 Subject: [PATCH] Show pools and nuisances in separate layers on status search --- html/static/js/report-table.js | 6 +-- rmo/template/status.html | 67 ++++++++++++++++++++++------------ scss/rmo/status.scss | 36 ++++++++++++++++++ 3 files changed, 83 insertions(+), 26 deletions(-) diff --git a/html/static/js/report-table.js b/html/static/js/report-table.js index 78c8af22..a66e5f12 100644 --- a/html/static/js/report-table.js +++ b/html/static/js/report-table.js @@ -70,11 +70,11 @@ class ReportTable extends HTMLElement { */ getTypeClass(type) { switch(type) { - case 'Nuisance': + case 'nuisance': return 'bg-danger'; - case 'Quick': + case 'quick': return 'bg-primary'; - case 'Green Pool': + case 'pool': return 'bg-success'; default: return 'bg-secondary'; diff --git a/rmo/template/status.html b/rmo/template/status.html index 7772604a..72aac1a3 100644 --- a/rmo/template/status.html +++ b/rmo/template/status.html @@ -8,22 +8,31 @@ -