diff --git a/lib/microwaveprop_web/live/status_live.ex b/lib/microwaveprop_web/live/status_live.ex index d0d8e5b0..db8e2cff 100644 --- a/lib/microwaveprop_web/live/status_live.ex +++ b/lib/microwaveprop_web/live/status_live.ex @@ -559,16 +559,6 @@ defmodule MicrowavepropWeb.StatusLive do - <%= if @grid_tasks.running != [] do %> -
- <%= for r <- @grid_tasks.running do %> - - run_time={Calendar.strftime(r.run_time, "%Y-%m-%d %H:%M")}Z - fh=f{String.pad_leading(Integer.to_string(r.forecast_hour), 2, "0")} attempt={r.attempt} - - <% end %> -
- <% end %>

Enrichment Status by Type