Adjust production view to existing views and fix typo in month view.

This commit is contained in:
2025-03-31 09:41:50 +02:00
parent 5e2d693345
commit 94c012cd70
3 changed files with 33 additions and 18 deletions

View File

@@ -92,7 +92,7 @@ $chosen_date_time = new DateTime($chosen_date);
<span><?php echo number_format($data['avg_feed'] / 1000, 1, ',', '.'); ?> KWh</span>
<span class="color color-4"></span>
<label>Produktion OG</label>
<label>Produktion</label>
<span><?php echo number_format($month_production['eg'] + $month_production['og'], 1, ',', '.'); ?> KWh</span>
<span><?php echo number_format($year_production['eg'] + $year_production['og'], 1, ',', '.'); ?> KWh</span>
<span><?php echo number_format($data['min_production'] / 1000, 1, ',', '.'); ?> KWh</span>