Spaces:
Sleeping
Sleeping
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
|
@@ -124,7 +124,7 @@
|
|
| 124 |
color = 'yellow';
|
| 125 |
break;
|
| 126 |
default:
|
| 127 |
-
color = '
|
| 128 |
}
|
| 129 |
return `<div style="width: 60px; height: 20px; background-color: ${color};"></div>`;
|
| 130 |
}},
|
|
|
|
| 124 |
color = 'yellow';
|
| 125 |
break;
|
| 126 |
default:
|
| 127 |
+
color = '#f2f2f2';
|
| 128 |
}
|
| 129 |
return `<div style="width: 60px; height: 20px; background-color: ${color};"></div>`;
|
| 130 |
}},
|