aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-14 15:58:36 +0100
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-11-14 15:58:36 +0100
commite4b599e57e076bef7caa8f5825bbca17540b571d (patch)
tree6c86ebeec49161bd459b7a79f7278e7e817bfc53 /index.html
parent51cf65e4d3e928a37b542acfb3de439c42907a9f (diff)
Unified the data classes
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index 1117176..34f649a 100644
--- a/index.html
+++ b/index.html
@@ -26,14 +26,14 @@
<section class="section">
<table class="table is-fullwidth">
<thead>
- <tr><th colspan="5"><div id="game_description"></div></th></tr>
+ <tr><th colspan="5"><div id="Game_description"></div></th></tr>
<tr>
<th>Court</th>
<th colspan='2' style="text-align: center;">Team 1</th>
<th colspan='2' style="text-align: center;">Team 2</th>
</tr>
</thead>
- <tbody id="game_list"></tbody>
+ <tbody id="Game_list"></tbody>
</table>
</section>
<section class="section">
@@ -53,15 +53,15 @@
</section>
<section class="section">
<h1 class="title">Courts</h1>
- <div id="court_list" class="button-grid"></div>
+ <div id="Court_list" class="button-grid"></div>
</section>
<section class="section">
<h1 class="title">Regulars</h1>
- <div id="regular_list" class="button-grid"></div>
+ <div id="Regular_list" class="button-grid"></div>
</section>
<section class="section">
<h1 class="title">Guests</h1>
- <div id="guest_list" class="button-grid"></div>
+ <div id="Guest_list" class="button-grid"></div>
</section>
<section class="section">
<h1 class="title">Player Update</h1>