remove uneccessary stuff and work on CI

This commit is contained in:
Thomas Bloor 2019-09-09 20:45:24 +01:00
parent bab670f60b
commit 87160f5387
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
9 changed files with 8 additions and 287 deletions

View file

@ -38,7 +38,7 @@ export class MoreStuffComponent implements OnInit {
this.loadData();
}
private loadData() {
public loadData() {
this.tableSummary();
this.loadYearSpend();
this.loadSupplierBubble();
@ -284,8 +284,8 @@ export class MoreStuffComponent implements OnInit {
private _supplierHistoryData: any[];
private _supplierHistoryPerPage: number = 15;
private _supplierHistoryPage: number = 1;
private _supplierHistoryPages: number = 1;
public _supplierHistoryPage: number = 1;
public _supplierHistoryPages: number = 1;
public supplierMonthChartData: any[] = [
{
data: [],