Removed loads of useless links from front page

This commit is contained in:
Tom Bloor 2017-08-15 13:43:26 +01:00
parent b0d442faa9
commit 356a25fc36
2 changed files with 14 additions and 79 deletions

View file

@ -15,20 +15,9 @@ export class FullLayoutComponent implements OnInit {
displayName: any;
constructor(
private api: ApiService,
private router: Router,
) {
/* this.api.breadcrumb_data(undefined)
.subscribe(
result => {
console.log(result);
this.customersThisMonth = result.customersthismonth;
this.moneySpentThisMonth = result.moneyspentthismonth;
this.pointsTotal = result.pointstotal;
this.averageTransactionToday = result.averagetransactiontoday;
}
) */
}
private api: ApiService,
private router: Router,
) {}
public disabled = false;
public status: {isopen: boolean} = {isopen: false};
@ -59,4 +48,4 @@ export class FullLayoutComponent implements OnInit {
}
);
}
}
}