mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-25 17:34:08 +01:00
fix(dashboard): fix layout temperature styles, add humidity dragger
This commit is contained in:
parent
e12b77174d
commit
5f6f0d28d7
6 changed files with 56 additions and 33 deletions
|
|
@ -8,13 +8,13 @@ import { NgaThemeService } from '@akveo/nga-theme';
|
|||
})
|
||||
export class TemperatureComponent {
|
||||
|
||||
temperature: number = 23;
|
||||
temperature: number = 28;
|
||||
temperatureOff: boolean = false;
|
||||
temperatureMode = 'cool';
|
||||
|
||||
humidity: number = 23;
|
||||
humidity: number = 87;
|
||||
humidityOff: boolean = false;
|
||||
humidityMode = 'auto';
|
||||
humidityMode = 'heat';
|
||||
|
||||
themeConfig: any = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue