Removed loads of useless links from front page
This commit is contained in:
parent
b0d442faa9
commit
356a25fc36
2 changed files with 14 additions and 79 deletions
|
@ -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 {
|
|||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue