diff --git a/src/main/angular/src/app/app.html b/src/main/angular/src/app/app.html
index a0593e0..8f78f8b 100644
--- a/src/main/angular/src/app/app.html
+++ b/src/main/angular/src/app/app.html
@@ -17,19 +17,19 @@
- @if (!ws.connected) {
-
- @for (location of locationList; track location.id) {
- @if (location.id !== locationService.id) {
-
{{ location.name }}
+@if (ws.connected) {
+
+
+ @for (location of locationList; track location.id) {
+ @if (location.id !== locationService.id) {
+
{{ location.name }}
+ }
}
- }
-
+
+
+}