worker stats dashboard, fixed logs page, mobile support for navbar & project dashboard

This commit is contained in:
simon987
2019-02-09 16:34:15 -05:00
parent 4ef4752c14
commit a6802c7109
19 changed files with 259 additions and 58 deletions

View File

@@ -1,7 +1,6 @@
import {Component} from '@angular/core';
import {Router} from '@angular/router';
import {TranslateService} from "@ngx-translate/core";
import {MatSelectChange} from "@angular/material";
@Component({
selector: 'app-root',
@@ -10,8 +9,8 @@ import {MatSelectChange} from "@angular/material";
})
export class AppComponent {
langChange(event: MatSelectChange) {
this.translate.use(event.value)
langChange(lang: any) {
this.translate.use(lang.lang)
}
langList: any[] = [