Add project secret & bug fix

This commit is contained in:
simon987
2019-02-19 19:38:54 -05:00
parent 94c3ce3267
commit f235bfb588
27 changed files with 443 additions and 54 deletions

View File

@@ -7,6 +7,7 @@ import {Chart} from "chart.js";
import {AssignedTasks, MonitoringSnapshot} from "../models/monitoring";
import {TranslateService} from "@ngx-translate/core";
import {MessengerService} from "../messenger.service";
import {AuthService} from "../auth.service";
@Component({
@@ -46,6 +47,7 @@ export class ProjectDashboardComponent implements OnInit {
constructor(private apiService: ApiService,
private route: ActivatedRoute,
private translate: TranslateService,
public auth: AuthService,
private messenger: MessengerService) {
}