diff --git a/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml b/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml index 1d645726..0316b86c 100644 --- a/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml +++ b/ProjectLighthouse/Pages/Debug/RoomVisualizerPage.cshtml @@ -7,6 +7,8 @@ @{ Layout = "Layouts/BaseLayout"; Model.Title = "Debug - Room Visualizer"; + + const int refreshSeconds = 5; } -
This page will automatically refresh every 5 seconds.
+This page will automatically refresh every @refreshSeconds seconds.
+@* workaround for users w/o js*@ + +@RoomHelper.Rooms.Count rooms