Add timing note to HRRR loading message
This commit is contained in:
parent
c42c5d8c4c
commit
e13519bc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -698,7 +698,7 @@ defmodule MicrowavepropWeb.ContactLive.Show do
|
||||||
<% :queued -> %>
|
<% :queued -> %>
|
||||||
<span class="flex items-center gap-2">
|
<span class="flex items-center gap-2">
|
||||||
<span class="loading loading-spinner loading-sm"></span>
|
<span class="loading loading-spinner loading-sm"></span>
|
||||||
Fetching HRRR atmospheric data...
|
Fetching HRRR atmospheric data (this will take a while)...
|
||||||
</span>
|
</span>
|
||||||
<% :unavailable -> %>
|
<% :unavailable -> %>
|
||||||
HRRR data unavailable for this contact time.
|
HRRR data unavailable for this contact time.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue