Skip to content
Snippets Groups Projects

SDC-1423 use aggregation strategy

Merged Nico Vermaas requested to merge SDC-1423-use-aggregation-strategy into master
Files
18
@@ -8,7 +8,7 @@ TD {
color: green;
}
.defined,.staged,.fetched,.processed,.stored,.validated,.scrubbed,.archived,.finished,.aggregated {
.defined,.staged,.fetched,.processed,.stored,.validated,.scrubbed,.archived,.finished,.aggregate,.aggregated {
background-color: lemonchiffon;
color: blue;
}
@@ -27,11 +27,6 @@ TD {
background-color: lightgreen;
}
.aggregate {
font-weight: bold;
background-color: lightgreen;
}
.aggregate_failed,.aggregating_failed {
color: red;
font-weight: bold;
Loading