diff --git a/nginx/html/js/summary.js b/nginx/html/js/summary.js index ca2a538..5be0965 100644 --- a/nginx/html/js/summary.js +++ b/nginx/html/js/summary.js @@ -77,7 +77,7 @@ async function loadSummary() { ${r.flock_at_month_end ?? '—'} ${r.avg_eggs_per_hen_per_day ?? '—'} ${fmtMoney(r.feed_cost)} - ${fmtMoneyFull(r.cost_per_egg)} + ${fmtMoney(r.cost_per_egg)} ${fmtMoney(r.cost_per_dozen)} `).join(''); diff --git a/nginx/html/summary.html b/nginx/html/summary.html index 49ce818..83c5f18 100644 --- a/nginx/html/summary.html +++ b/nginx/html/summary.html @@ -68,7 +68,7 @@ - - + +