Show pools and nuisances in separate layers on status search

This commit is contained in:
Eli Ribble 2026-02-04 17:12:46 +00:00
parent 63358e6848
commit 820f8237d1
No known key found for this signature in database
3 changed files with 83 additions and 26 deletions

View file

@ -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';