diff --git a/angular-client/src/app/context/app-context.component.html b/angular-client/src/app/context/app-context.component.html
index b13e1248..089c26c0 100644
--- a/angular-client/src/app/context/app-context.component.html
+++ b/angular-client/src/app/context/app-context.component.html
@@ -1,3 +1,3 @@
-
-
-
+
+
+
diff --git a/angular-client/src/components/acceleration-over-time-display/acceleration-over-time-display.component.html b/angular-client/src/components/acceleration-over-time-display/acceleration-over-time-display.component.html
index 153e91df..afaf32c4 100644
--- a/angular-client/src/components/acceleration-over-time-display/acceleration-over-time-display.component.html
+++ b/angular-client/src/components/acceleration-over-time-display/acceleration-over-time-display.component.html
@@ -4,5 +4,4 @@
icon="speed"
title="Acceleration Over Time"
color="purple"
->
-
+/>
diff --git a/angular-client/src/components/graph-dialog/graph-dialog.component.html b/angular-client/src/components/graph-dialog/graph-dialog.component.html
index 7d47a412..28ee8054 100644
--- a/angular-client/src/components/graph-dialog/graph-dialog.component.html
+++ b/angular-client/src/components/graph-dialog/graph-dialog.component.html
@@ -5,5 +5,5 @@
[data]="data"
[title]="title"
[color]="color"
- >
+ />
diff --git a/angular-client/src/components/half-gauge/half-gauge.component.html b/angular-client/src/components/half-gauge/half-gauge.component.html
index 15ec3c29..4fb6f9d5 100644
--- a/angular-client/src/components/half-gauge/half-gauge.component.html
+++ b/angular-client/src/components/half-gauge/half-gauge.component.html
@@ -7,5 +7,5 @@
[plotOptions]="chartOptions.plotOptions"
[labels]="chartOptions.labels"
[fill]="chartOptions.fill"
- >
+ />
diff --git a/angular-client/src/components/hstack/hstack.component.html b/angular-client/src/components/hstack/hstack.component.html
index 4b21ab7c..c2de18de 100644
--- a/angular-client/src/components/hstack/hstack.component.html
+++ b/angular-client/src/components/hstack/hstack.component.html
@@ -1,3 +1,3 @@
-
+
diff --git a/angular-client/src/components/info-background/info-background.component.html b/angular-client/src/components/info-background/info-background.component.html
index a8fa2138..1976f006 100644
--- a/angular-client/src/components/info-background/info-background.component.html
+++ b/angular-client/src/components/info-background/info-background.component.html
@@ -3,10 +3,10 @@
@if (icon) {
-
+
}
@if (svgIcon) {
-
+
}
@@ -18,7 +18,7 @@
(click)="button.onClick()"
[fontIcon]="button.icon"
style="position: relative; z-index: 10"
- >
+ />
}
}
@@ -27,5 +27,5 @@
@if (onClick) {
}
-
+
diff --git a/angular-client/src/components/info-graph/info-graph.component.html b/angular-client/src/components/info-graph/info-graph.component.html
index 0bc5c7f4..e0bca76d 100644
--- a/angular-client/src/components/info-graph/info-graph.component.html
+++ b/angular-client/src/components/info-graph/info-graph.component.html
@@ -5,5 +5,5 @@
[data]="data"
[title]="subTitle"
[color]="color"
- >
+ />
diff --git a/angular-client/src/components/loading-page/loading-page.component.html b/angular-client/src/components/loading-page/loading-page.component.html
index 09d24ed0..c284e2e3 100644
--- a/angular-client/src/components/loading-page/loading-page.component.html
+++ b/angular-client/src/components/loading-page/loading-page.component.html
@@ -1,3 +1,3 @@
diff --git a/angular-client/src/components/pie-chart/pie-chart.component.html b/angular-client/src/components/pie-chart/pie-chart.component.html
index 92b53fde..9026a172 100644
--- a/angular-client/src/components/pie-chart/pie-chart.component.html
+++ b/angular-client/src/components/pie-chart/pie-chart.component.html
@@ -8,4 +8,4 @@
[legend]="chartOptions.legend"
[dataLabels]="chartOptions.dataLabels"
[fill]="chartOptions.fill"
->
+/>
diff --git a/angular-client/src/components/raspberry-pi/raspberry-pi-desktop-content/raspberry-pi-desktop.component.html b/angular-client/src/components/raspberry-pi/raspberry-pi-desktop-content/raspberry-pi-desktop.component.html
index ac03e314..e2326815 100644
--- a/angular-client/src/components/raspberry-pi/raspberry-pi-desktop-content/raspberry-pi-desktop.component.html
+++ b/angular-client/src/components/raspberry-pi/raspberry-pi-desktop-content/raspberry-pi-desktop.component.html
@@ -1,6 +1,6 @@
-
+
@@ -19,7 +19,7 @@
-
+
@@ -31,7 +31,7 @@
-
+
dBM
diff --git a/angular-client/src/components/raspberry-pi/raspberry-pi-mobile-content/raspberry-pi-mobile.component.html b/angular-client/src/components/raspberry-pi/raspberry-pi-mobile-content/raspberry-pi-mobile.component.html
index 8be027eb..474f21d5 100644
--- a/angular-client/src/components/raspberry-pi/raspberry-pi-mobile-content/raspberry-pi-mobile.component.html
+++ b/angular-client/src/components/raspberry-pi/raspberry-pi-mobile-content/raspberry-pi-mobile.component.html
@@ -1,7 +1,7 @@
-
+
@@ -29,7 +29,7 @@
-
+
@@ -41,7 +41,7 @@
-
+
dBM
diff --git a/angular-client/src/components/raspberry-pi/raspberry-pi.component.html b/angular-client/src/components/raspberry-pi/raspberry-pi.component.html
index 4fc95f8a..91e19cbc 100644
--- a/angular-client/src/components/raspberry-pi/raspberry-pi.component.html
+++ b/angular-client/src/components/raspberry-pi/raspberry-pi.component.html
@@ -7,7 +7,7 @@
[ramUsage]="ramUsage"
[wifiRSSI]="wifiRSSI"
[mcs]="mcs"
- >
+ />
} @else {
+ />
}
diff --git a/angular-client/src/components/sidebar-chip/sidebar-chip.component.html b/angular-client/src/components/sidebar-chip/sidebar-chip.component.html
index 0fa59288..7dba1e02 100644
--- a/angular-client/src/components/sidebar-chip/sidebar-chip.component.html
+++ b/angular-client/src/components/sidebar-chip/sidebar-chip.component.html
@@ -1,4 +1,4 @@
-
+
diff --git a/angular-client/src/components/sidebar-toggle/sidebar-toggle.component.html b/angular-client/src/components/sidebar-toggle/sidebar-toggle.component.html
index ae6806fb..f898dffa 100644
--- a/angular-client/src/components/sidebar-toggle/sidebar-toggle.component.html
+++ b/angular-client/src/components/sidebar-toggle/sidebar-toggle.component.html
@@ -1 +1 @@
-
+
diff --git a/angular-client/src/components/speed-display/speed-display.component.html b/angular-client/src/components/speed-display/speed-display.component.html
index c9b9cdd8..34838a60 100644
--- a/angular-client/src/components/speed-display/speed-display.component.html
+++ b/angular-client/src/components/speed-display/speed-display.component.html
@@ -1,3 +1,3 @@
-
+
diff --git a/angular-client/src/components/speed-over-time-display/speed-over-time-display.component.html b/angular-client/src/components/speed-over-time-display/speed-over-time-display.component.html
index 6e19fa9e..c23b7357 100644
--- a/angular-client/src/components/speed-over-time-display/speed-over-time-display.component.html
+++ b/angular-client/src/components/speed-over-time-display/speed-over-time-display.component.html
@@ -1,2 +1 @@
-
-
+
diff --git a/angular-client/src/components/vstack/vstack.component.html b/angular-client/src/components/vstack/vstack.component.html
index 457c1679..17da9548 100644
--- a/angular-client/src/components/vstack/vstack.component.html
+++ b/angular-client/src/components/vstack/vstack.component.html
@@ -1,3 +1,3 @@
-
+
diff --git a/angular-client/src/pages/charging-page/components/battery-info-display/battery-info-display.html b/angular-client/src/pages/charging-page/components/battery-info-display/battery-info-display.html
index 2fba0290..c6d077a0 100644
--- a/angular-client/src/pages/charging-page/components/battery-info-display/battery-info-display.html
+++ b/angular-client/src/pages/charging-page/components/battery-info-display/battery-info-display.html
@@ -7,7 +7,7 @@
[dischargeCurrentLimit]="dischargeCurrentLimit"
[packTemp]="packTemp"
[stateOfCharge]="stateOfCharge"
- >
+ />
} @else {
+ />
}
diff --git a/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-display.component.html b/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-display.component.html
index 46ce5361..b3b565d7 100644
--- a/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-display.component.html
+++ b/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-display.component.html
@@ -14,10 +14,10 @@
-
+
}
@if (!isDesktop) {
-
+
}
diff --git a/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-mobile/cell-temp-mobile.component.html b/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-mobile/cell-temp-mobile.component.html
index edb2e720..6d51ab8a 100644
--- a/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-mobile/cell-temp-mobile.component.html
+++ b/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-display/cell-temp-mobile/cell-temp-mobile.component.html
@@ -17,6 +17,6 @@
-
+
diff --git a/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-graph/cell-temp-graph.component.html b/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-graph/cell-temp-graph.component.html
index d3063595..9a04a900 100644
--- a/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-graph/cell-temp-graph.component.html
+++ b/angular-client/src/pages/charging-page/components/cell-temp/cell-temp-graph/cell-temp-graph.component.html
@@ -4,4 +4,4 @@
icon="speed"
title="Max Cell Temp"
color="#ffffff"
->
+/>
diff --git a/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-display.component.html b/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-display.component.html
index d9f9931c..24dcda9d 100644
--- a/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-display.component.html
+++ b/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-display.component.html
@@ -37,8 +37,7 @@
style="width: 75%; padding-bottom: 35px"
[highVoltsData]="highVoltsData"
[lowVoltsData]="lowVoltsData"
- >
-
+ />
} @else {
@@ -49,5 +48,5 @@
[highVoltsData]="highVoltsData"
[lowVoltsData]="lowVoltsData"
[resetGraphButton]="resetGraphButton"
- >
+ />
}
diff --git a/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-mobile/high-low-cell-mobile.component.html b/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-mobile/high-low-cell-mobile.component.html
index d8fd9b68..038f4f45 100644
--- a/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-mobile/high-low-cell-mobile.component.html
+++ b/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-display/high-low-cell-mobile/high-low-cell-mobile.component.html
@@ -43,8 +43,7 @@
style="width: 100%; padding-bottom: 35px"
[highVoltsData]="highVoltsData"
[lowVoltsData]="lowVoltsData"
- >
-
+ />
}
diff --git a/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-graph/high-low-cell-graph.component.html b/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-graph/high-low-cell-graph.component.html
index 98fbe951..3b192a3c 100644
--- a/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-graph/high-low-cell-graph.component.html
+++ b/angular-client/src/pages/charging-page/components/high-low-cell/high-low-cell-graph/high-low-cell-graph.component.html
@@ -7,5 +7,4 @@
[data2]="lowVoltsData"
graphContainerId="highLowCellGraph"
icon="speed"
->
-
+/>
diff --git a/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-display.component.html b/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-display.component.html
index 9c60f122..c24f3814 100644
--- a/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-display.component.html
+++ b/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-display.component.html
@@ -4,9 +4,9 @@
-
+
} @else {
-
+
}
diff --git a/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-mobile/pack-voltage-mobile.component.html b/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-mobile/pack-voltage-mobile.component.html
index f761fded..357e571f 100644
--- a/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-mobile/pack-voltage-mobile.component.html
+++ b/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-display/pack-voltage-mobile/pack-voltage-mobile.component.html
@@ -3,6 +3,6 @@
-
+
diff --git a/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-graph/pack-voltage-graph.component.html b/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-graph/pack-voltage-graph.component.html
index 8e3f98a5..3e127a8f 100644
--- a/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-graph/pack-voltage-graph.component.html
+++ b/angular-client/src/pages/charging-page/components/pack-voltage/pack-voltage-graph/pack-voltage-graph.component.html
@@ -1,2 +1 @@
-
-
+
diff --git a/angular-client/src/pages/graph-page/graph-caption/graph-caption.component.html b/angular-client/src/pages/graph-page/graph-caption/graph-caption.component.html
index b76385f8..222ec5fe 100644
--- a/angular-client/src/pages/graph-page/graph-caption/graph-caption.component.html
+++ b/angular-client/src/pages/graph-page/graph-caption/graph-caption.component.html
@@ -32,14 +32,14 @@
[onClick]="onClearDataType"
label="Clear Data Type"
additionalStyles="background-color: #323232; border: 1.4px solid #027bd7"
- >
+ />
@if (run) {
} @else {
diff --git a/angular-client/src/pages/graph-page/graph-caption/run-selector/run-selector.component.html b/angular-client/src/pages/graph-page/graph-caption/run-selector/run-selector.component.html
index d68519b3..3234433f 100644
--- a/angular-client/src/pages/graph-page/graph-caption/run-selector/run-selector.component.html
+++ b/angular-client/src/pages/graph-page/graph-caption/run-selector/run-selector.component.html
@@ -1 +1 @@
-
+
diff --git a/angular-client/src/pages/graph-page/graph-sidebar/graph-sidebar-desktop/graph-sidebar-desktop.component.html b/angular-client/src/pages/graph-page/graph-sidebar/graph-sidebar-desktop/graph-sidebar-desktop.component.html
index ed05dd60..03716a9e 100644
--- a/angular-client/src/pages/graph-page/graph-sidebar/graph-sidebar-desktop/graph-sidebar-desktop.component.html
+++ b/angular-client/src/pages/graph-page/graph-sidebar/graph-sidebar-desktop/graph-sidebar-desktop.component.html
@@ -3,7 +3,7 @@