change status refresh to 1 sec
This commit is contained in:
parent
41661f640a
commit
92153c3044
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ defmodule AprsWeb.StatusLive.Index do
|
||||||
{if @auto_refresh, do: "ON", else: "OFF"}
|
{if @auto_refresh, do: "ON", else: "OFF"}
|
||||||
</span>
|
</span>
|
||||||
<%= if @auto_refresh do %>
|
<%= if @auto_refresh do %>
|
||||||
(every 30 seconds)
|
(every second)
|
||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue