mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-04 19:08:42 +00:00
Adjust room visualizer refresh time to 5 seconds
This commit is contained in:
parent
dc46534141
commit
1823cf55a2
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
||||||
Model.Title = "Debug - Room Visualizer";
|
Model.Title = "Debug - Room Visualizer";
|
||||||
}
|
}
|
||||||
|
|
||||||
<meta http-equiv="refresh" content="1"> @* Refresh page every second *@
|
<meta http-equiv="refresh" content="5">
|
||||||
|
|
||||||
<p>The page will automatically refresh once a second.</p>
|
<p>This page will automatically refresh every 5 seconds.</p>
|
||||||
<p>@RoomHelper.Rooms.Count rooms</p>
|
<p>@RoomHelper.Rooms.Count rooms</p>
|
||||||
|
|
||||||
@foreach (Room room in RoomHelper.Rooms)
|
@foreach (Room room in RoomHelper.Rooms)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue