diff --git a/webapp/src/components/InverterChannelInfo.vue b/webapp/src/components/InverterChannelInfo.vue
index c41829a..7f7a231 100644
--- a/webapp/src/components/InverterChannelInfo.vue
+++ b/webapp/src/components/InverterChannelInfo.vue
@@ -2,7 +2,7 @@
+ }" style="overflow: hidden">
@@ -16,32 +16,24 @@
{{ $t('inverterchannelinfo.Phase', { num: channelNumber + 1 }) }}
-
-
-
-
-
- | {{ $t('inverterchannelinfo.Property') }} |
- {{ $t('inverterchannelinfo.Value') }} |
- {{ $t('inverterchannelinfo.Unit') }} |
-
-
-
-
-
- | {{ $t('inverterchannelproperty.' + key) }} |
-
- {{ $n(property.v, 'decimal', {
- minimumFractionDigits: property.d,
- maximumFractionDigits: property.d})
- }}
- |
- {{ property.u }} |
-
-
-
-
-
+
+
+
+
+
+ | {{ $t('inverterchannelproperty.' + key) }} |
+
+ {{ $n(property.v, 'decimal', {
+ minimumFractionDigits: property.d,
+ maximumFractionDigits: property.d
+ })
+ }}
+ |
+ {{ property.u }} |
+
+
+
+
diff --git a/webapp/src/locales/de.json b/webapp/src/locales/de.json
index 9afd001..b9150ca 100644
--- a/webapp/src/locales/de.json
+++ b/webapp/src/locales/de.json
@@ -317,10 +317,7 @@
"inverterchannelinfo": {
"String": "String {num}",
"Phase": "Phase {num}",
- "General": "Allgemein",
- "Property": "Eigenschaft",
- "Value": "Wert",
- "Unit": "Einheit"
+ "General": "Allgemein"
},
"invertertotalinfo": {
"TotalYieldTotal": "Gesamtertrag Insgesamt",
diff --git a/webapp/src/locales/en.json b/webapp/src/locales/en.json
index e231116..b768426 100644
--- a/webapp/src/locales/en.json
+++ b/webapp/src/locales/en.json
@@ -317,10 +317,7 @@
"inverterchannelinfo": {
"String": "String {num}",
"Phase": "Phase {num}",
- "General": "General",
- "Property": "Property",
- "Value": "Value",
- "Unit": "Unit"
+ "General": "General"
},
"invertertotalinfo": {
"TotalYieldTotal": "Total Yield Total",
diff --git a/webapp/src/locales/fr.json b/webapp/src/locales/fr.json
index c7087c4..53fd561 100644
--- a/webapp/src/locales/fr.json
+++ b/webapp/src/locales/fr.json
@@ -317,10 +317,7 @@
"inverterchannelinfo": {
"String": "Ligne {num}",
"Phase": "Phase {num}",
- "General": "General",
- "Property": "Propriété",
- "Value": "Valeur",
- "Unit": "Unité"
+ "General": "General"
},
"invertertotalinfo": {
"TotalYieldTotal": "Rendement total",
@@ -617,4 +614,4 @@
"ValueSelected": "Sélectionné",
"ValueActive": "Activé"
}
-}
\ No newline at end of file
+}