+
{{item.STATUS}}
+
{{item.custgroupName}}
{{item.team}}
diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss
index 96e5982..c3a28d7 100644
--- a/src/app/dashboard/dashboard.component.scss
+++ b/src/app/dashboard/dashboard.component.scss
@@ -18,4 +18,5 @@
.dashboard-stat {
overflow: visible;
height: 210px;
+ width: 100%;
}
diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts
index eab0a29..28f9ab9 100644
--- a/src/app/dashboard/dashboard.component.ts
+++ b/src/app/dashboard/dashboard.component.ts
@@ -20,7 +20,7 @@ export class DashboardComponent implements OnInit {
}
if (days > 8 && days <= 15){
- return '#c49f47';
+ return '#f0c332';
}
if (days >= 16){
--
libgit2 0.21.2