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