mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2025-12-31 06:19:31 +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
|
|
@ -28,6 +28,7 @@ import { TimeZones } from "./timezones-data";
|
|||
styleUrls: ["settings.component.scss"],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
})
|
||||
|
||||
export class SettingsComponent implements OnInit {
|
||||
public uid: number;
|
||||
public uname: string;
|
||||
|
|
@ -65,6 +66,7 @@ export class SettingsComponent implements OnInit {
|
|||
return value !== undefined && value !== null && value !== "";
|
||||
}
|
||||
}
|
||||
|
||||
@ViewChildren(ToasterComponent) viewChildren!: QueryList<ToasterComponent>;
|
||||
|
||||
public source: Array<any> = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue