Skip to content

Commit

Permalink
Merge pull request #369 from LKuemmel/fix
Browse files Browse the repository at this point in the history
remove obsolet warning
  • Loading branch information
benderl authored Oct 25, 2023
2 parents 0b04aa9 + 8264239 commit d6ddeaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions src/views/ChargePointInstallation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,6 @@
/>
Ladepunkte
</template>
<openwb-base-alert
v-if="Object.keys(installedChargePoints).length > 1"
subtype="danger"
>
Wenn mehrere Ladepunkte mit unterschiedlichen Lademodi
genutzt werden, so ist für jeden Ladepunkt ein eigenes
"Fahrzeug" (mit eigenem "Ladeprofil") anzulegen und dem
jeweiligen LP auf der Hauptseite zuzuordnen. Diese
Abhängigkeit wird mittelfristig noch bereinigt.
</openwb-base-alert>
<openwb-base-card
v-for="(
installedChargePoint, installedChargePointKey
Expand Down
1 change: 0 additions & 1 deletion src/views/PVChargeConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
<hr />
<openwb-base-number-input
title="Abschaltschwelle"
:min="0"
:step="0.05"
unit="kW"
:model-value="
Expand Down

0 comments on commit d6ddeaf

Please sign in to comment.