mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-08 02:59:29 +00:00
fix some styling and view bugs,fix device filtering in devlogs
This commit is contained in:
parent
d593919fc0
commit
e18d9417c9
15 changed files with 63 additions and 29 deletions
|
|
@ -5,10 +5,10 @@ import { loginChecker } from "../../providers/login_checker";
|
|||
import { Router } from "@angular/router";
|
||||
import { formatInTimeZone } from "date-fns-tz";
|
||||
|
||||
|
||||
@Component({
|
||||
templateUrl: "dashboard.component.html",
|
||||
})
|
||||
|
||||
export class DashboardComponent implements OnInit {
|
||||
public uid: number;
|
||||
public uname: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue