Show pools and nuisances in separate layers on status search
This commit is contained in:
parent
63358e6848
commit
820f8237d1
3 changed files with 83 additions and 26 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue