diff --git a/webapp/src/views/HomeView.vue b/webapp/src/views/HomeView.vue
index dd2da79d..b52f2507 100644
--- a/webapp/src/views/HomeView.vue
+++ b/webapp/src/views/HomeView.vue
@@ -31,12 +31,22 @@
>
-
-
-
+
+ {{ $n(inverter.AC[0]?.Power?.v || 0, 'decimalNoDigits') }}
+ {{ inverter.AC[0].Power?.u }}
+
+ -
{{ inverter.name }}
@@ -513,9 +523,7 @@ import * as bootstrap from 'bootstrap';
import {
BIconArrowCounterclockwise,
BIconBroadcast,
- BIconCheckCircleFill,
BIconCpu,
- BIconExclamationCircleFill,
BIconInfoCircle,
BIconJournalText,
BIconOutlet,
@@ -523,7 +531,6 @@ import {
BIconSpeedometer,
BIconToggleOff,
BIconToggleOn,
- BIconXCircleFill,
} from 'bootstrap-icons-vue';
import { defineComponent } from 'vue';
@@ -540,9 +547,7 @@ export default defineComponent({
ModalDialog,
BIconArrowCounterclockwise,
BIconBroadcast,
- BIconCheckCircleFill,
BIconCpu,
- BIconExclamationCircleFill,
BIconInfoCircle,
BIconJournalText,
BIconOutlet,
@@ -550,7 +555,6 @@ export default defineComponent({
BIconSpeedometer,
BIconToggleOff,
BIconToggleOn,
- BIconXCircleFill,
},
data() {
return {