Fix CRUD on drivers
This commit is contained in:
22
index.html
22
index.html
@ -61,9 +61,9 @@
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="pilots.html">
|
||||
<a class="nav-link" href="drivers.html">
|
||||
<i class="fas fa-fw fa-user-astronaut"></i>
|
||||
<span>Pilots</span></a>
|
||||
<span>Drivers</span></a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
@ -201,8 +201,8 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
<h4>Relay in progress : <label id="pilot-ock1"> Nicolas</label> - <label
|
||||
id="time-pilot-ock1">37:55</label></h4>
|
||||
<h4>Relay in progress : <label id="driver-ock1"> Nicolas</label> - <label
|
||||
id="time-driver-ock1">37:55</label></h4>
|
||||
|
||||
<div class="progress">
|
||||
<div class="progress-bar" role="progressbar" style="width: 79%" aria-valuenow="79"
|
||||
@ -219,7 +219,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Pilot</th>
|
||||
<th>Driver</th>
|
||||
<th>Start</th>
|
||||
<th>End</th>
|
||||
<th>Refueled</th>
|
||||
@ -281,8 +281,8 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
<h4>Relay in progress : <label id="pilot-ock2"> Nicolas</label> - <label
|
||||
id="time-pilot-ock2">37:55</label></h4>
|
||||
<h4>Relay in progress : <label id="driver-ock2"> Nicolas</label> - <label
|
||||
id="time-driver-ock2">37:55</label></h4>
|
||||
|
||||
<div class="progress">
|
||||
<div class="progress-bar" role="progressbar" style="width: 79%" aria-valuenow="79"
|
||||
@ -299,7 +299,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Pilot</th>
|
||||
<th>Driver</th>
|
||||
<th>Start</th>
|
||||
<th>End</th>
|
||||
<th>Refueled</th>
|
||||
@ -361,8 +361,8 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
|
||||
<h4>Relay in progress : <label id="pilot-ock3"> Nicolas</label> - <label
|
||||
id="time-pilot-ock3">37:55</label></h4>
|
||||
<h4>Relay in progress : <label id="driver-ock3"> Nicolas</label> - <label
|
||||
id="time-driver-ock3">37:55</label></h4>
|
||||
|
||||
<div class="progress">
|
||||
<div class="progress-bar" role="progressbar" style="width: 79%" aria-valuenow="79"
|
||||
@ -379,7 +379,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>Pilot</th>
|
||||
<th>Driver</th>
|
||||
<th>Start</th>
|
||||
<th>End</th>
|
||||
<th>Refueled</th>
|
||||
|
Reference in New Issue
Block a user