Skip to content

Commit 461f49b

Browse files
committed
Move map upwards
1 parent 2ce6789 commit 461f49b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

htmx/index.htm

+10-10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ <h2>Active collector counts</h2>
6262
</div>
6363
</section>
6464
<hr>
65+
<section id="locations map">
66+
<center><h2>Collector map</h2></center>
67+
<div
68+
hx-get="{baseURL}/locations_map"
69+
hx-trigger="load"
70+
hx-swap="innerHTML"
71+
/>
72+
</div>
73+
</section>
74+
<hr>
6575
<section id="locations">
6676
<h2>Collector locations</h2>
6777
<div
@@ -72,16 +82,6 @@ <h2>Collector locations</h2>
7282
</div>
7383
</section>
7484
<hr>
75-
<section id="locations">
76-
<center><h2>Collector map</h2></center>
77-
<div
78-
hx-get="{baseURL}/locations_map"
79-
hx-trigger="load"
80-
hx-swap="innerHTML"
81-
/>
82-
</div>
83-
</section>
84-
<hr>
8585
<div class="footer__bottom text--center">
8686
<div class="footer__copyright">ITN | Diagnostics</div>
8787
</div>

0 commit comments

Comments
 (0)