update names of buttons
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<select id="configSelect">
|
<select id="configSelect">
|
||||||
{{configs}}
|
{{configs}}
|
||||||
</select>
|
</select>
|
||||||
<button onclick="apply()">Apply</button>
|
<button onclick="apply()">Change track</button>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<h2>Choose cars</h2>
|
<h2>Choose cars</h2>
|
||||||
<button id="addCarBtn">Add Car</button>
|
<button id="addCarBtn">Add Car</button>
|
||||||
<button id="applyCarsBtn">Apply Cars</button>
|
<button id="applyCarsBtn">Change cars</button>
|
||||||
|
|
||||||
<div id="carList"></div>
|
<div id="carList"></div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user