From d1a194a147eabcee07181e276b7958778ab3a48a Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sat, 30 Sep 2017 16:15:43 -0400 Subject: [PATCH] Upgrade core config panels to ES6 classes (#438) --- panels/config/core/ha-config-core.html | 41 +++++----- .../config/core/ha-config-section-core.html | 69 +++++++++-------- .../config/core/ha-config-section-group.html | 61 ++++++++------- .../core/ha-config-section-hassbian.html | 77 ++++++++++--------- .../config/core/ha-config-section-themes.html | 64 ++++++++------- panels/config/core/ha-form-group.html | 63 +++++++-------- 6 files changed, 202 insertions(+), 173 deletions(-) diff --git a/panels/config/core/ha-config-core.html b/panels/config/core/ha-config-core.html index 49de2c8018..e2f1950295 100644 --- a/panels/config/core/ha-config-core.html +++ b/panels/config/core/ha-config-core.html @@ -1,4 +1,4 @@ - + @@ -74,33 +74,38 @@ diff --git a/panels/config/core/ha-config-section-core.html b/panels/config/core/ha-config-section-core.html index d26a1ed93e..b12c8a55ed 100644 --- a/panels/config/core/ha-config-section-core.html +++ b/panels/config/core/ha-config-section-core.html @@ -1,4 +1,4 @@ - + @@ -129,48 +129,51 @@ diff --git a/panels/config/core/ha-config-section-group.html b/panels/config/core/ha-config-section-group.html index dbee3b5f06..6ebf185a06 100644 --- a/panels/config/core/ha-config-section-group.html +++ b/panels/config/core/ha-config-section-group.html @@ -1,4 +1,4 @@ - + @@ -35,37 +35,40 @@ diff --git a/panels/config/core/ha-config-section-hassbian.html b/panels/config/core/ha-config-section-hassbian.html index b57badd5cc..108a1209aa 100644 --- a/panels/config/core/ha-config-section-hassbian.html +++ b/panels/config/core/ha-config-section-hassbian.html @@ -1,4 +1,4 @@ - + @@ -65,25 +65,28 @@ diff --git a/panels/config/core/ha-config-section-themes.html b/panels/config/core/ha-config-section-themes.html index 62995c0bc3..e0617552ce 100644 --- a/panels/config/core/ha-config-section-themes.html +++ b/panels/config/core/ha-config-section-themes.html @@ -1,4 +1,4 @@ - + @@ -33,46 +33,52 @@ diff --git a/panels/config/core/ha-form-group.html b/panels/config/core/ha-form-group.html index a2965c44a0..a8f98587cb 100644 --- a/panels/config/core/ha-form-group.html +++ b/panels/config/core/ha-form-group.html @@ -1,4 +1,4 @@ - + @@ -131,41 +131,44 @@