diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index 2aa6139..e13be95 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -12,8 +12,8 @@ export class DashboardComponent implements OnInit { resultData: any; - // getColor(ColorDays) { - // switch (Days) { + // getColor(days) { + // switch (days) { // case 'greenDay': // return 'green'; // case 'yellowDay': @@ -28,21 +28,9 @@ export class DashboardComponent implements OnInit { // "Days": ['0','1','2','3','4','5','6','7'] // }, // { - // "name": "Mcleod Mueller", - // "country": 'USA' + // "Days": ['8','9','10','11','12','13','14','15'] // }, - // { - // "name": "Day Meyers", - // "country": 'HK' - // }, - // { - // "name": "Aguirre Ellis", - // "country": 'UK' - // }, - // { - // "name": "Cook Tyson", - // "country": 'USA' - // } + // ]; constructor( diff --git a/src/index.html b/src/index.html index 5bc6c85..0bd577f 100644 --- a/src/index.html +++ b/src/index.html @@ -4,8 +4,8 @@ TestApi - - + + -- libgit2 0.21.2