Skip to content

Commit

Permalink
Zhesčení buttonů
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBenes3 committed Dec 1, 2023
1 parent 6b2739a commit b907493
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,47 +33,47 @@


<div id="lastReloadTime">Last Reload Time: </div>
<button id="reloadButton">Reload Data</button>
<button id="reloadButton" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">Reload Data</button>
<h1>Json data:</h1>

<table>
<tr>
<th>TTN fik8b last json</th>
<td id="fik8bTimeStamp"></td>
<td>
<button id="fik8bButton">fik8b</button>
<button id="fik8bButton" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">fik8b</button>
<div id="fik8bPanel"></div>
</td>
</tr>
<tr>
<th>TTN px4 last json</th>
<td id="px4TimeStamp"></td>
<td>
<button id="px4Button">px4</button>
<button id="px4Button" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">px4</button>
<div id="px4Panel"></div>
</td>
</tr>
<tr>
<th>Car 1 last json</th>
<th></th>
<td>
<button id="car1Button">Car 1</button>
<button id="car1Button" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">Car 1</button>
<div id="car1Panel"></div>
</td>
</tr>
<tr>
<th>Car 2 last json</th>
<th></th>
<td>
<button id="car2Button">Car 2</button>
<button id="car2Button" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">Car 2</button>
<div id="car2Panel"></div>
</td>
</tr>
<tr>
<th>Car 3 last json</th>
<th></th>
<td>
<button id="car3Button">Car 3</button>
<button id="car3Button" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">Car 3</button>
<div id="car3Panel"></div>
</td>
</tr>
Expand Down Expand Up @@ -116,21 +116,21 @@
<tr>
<th>fik8b TTN data</th>
<td>
<button id="fik8bDataButton">fik8b</button>
<button id="fik8bDataButton" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">fik8b</button>
<div id="fik8bDataPanel"></div>
</td>
</tr>
<tr>
<th>px4 TTN data</th>
<td>
<button id="px4DataButton">px4</button>
<button id="px4DataButton" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">px4</button>
<div id="px4DataPanel"></div>
</td>
</tr>
<tr>
<th>Car data</th>
<td>
<button id="carDataButton">car</button>
<button id="carDataButton" style="padding: 10px 20px; font-size: 16px; background-color: #000000; color: white; border: none; border-radius: 5px; cursor: pointer;">car</button>
<div id="carDataPanel"></div>
</td>
</tr>
Expand Down

0 comments on commit b907493

Please sign in to comment.