From 31f0399e3521feda2dc2c9105f7698f292ecd774 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Tue, 1 Jan 2019 22:15:50 -0500 Subject: [PATCH] Powerwall page reformatted --- src/app/battery/battery.component.html | 20 +++++++------------- src/app/battery/battery.component.ts | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/app/battery/battery.component.html b/src/app/battery/battery.component.html index 025fadc..9e2a8cf 100644 --- a/src/app/battery/battery.component.html +++ b/src/app/battery/battery.component.html @@ -1,18 +1,12 @@
-
-
-

Powerwall: {{batteryService.charge | round}} V

-
-
- - Auto - On - Off - -
-
- +

Powerwall: {{batteryService.charge | round}} V

+ + Auto + On + Off + +
{{battery.name}}
diff --git a/src/app/battery/battery.component.ts b/src/app/battery/battery.component.ts index f2cd9d7..ab99c0e 100644 --- a/src/app/battery/battery.component.ts +++ b/src/app/battery/battery.component.ts @@ -12,7 +12,7 @@ export class BatteryComponent implements OnInit { name: 'cool', selectable: true, group: 'Ordinal', - domain: ['#a8385d', '#7aa3e5', '#a27ea8', '#aae3f5', '#adcded', '#a95963', '#8796c0', '#7ed3ed', '#50abcc', '#ad6886'] + domain: ['#2830a8'] }; selected;