UI rearrangement
This commit is contained in:
parent
c4307472ca
commit
094e2d2b81
@ -75,12 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- consulates -->
|
||||
<div class="row">
|
||||
<div class="col">Consulates:</div>
|
||||
</div>
|
||||
<div id="consulatesConfig">
|
||||
</div>
|
||||
<!-- current appointment -->
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
Current appointment: <span id="currApptConsulate">somewhere</span>, <span id="currApptDate">some time</span>
|
||||
@ -91,6 +86,12 @@
|
||||
Status: <span class="smooth-text" id="status">Inactive</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- consulates -->
|
||||
<div id="consulatesConfig">
|
||||
</div>
|
||||
|
||||
<!-- buttons -->
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<button type="button" class="btn btn-info btn-sm" id="showConfigButton">Config</button>
|
||||
|
||||
@ -107,7 +107,7 @@ function smoothTextChange(element, newText) {
|
||||
<th scope="col">City</th>
|
||||
<th scope="col" style="white-space: nowrap;">Current Date</th>
|
||||
<th scope="col" style="white-space: nowrap;">Best Date</th>
|
||||
<th scope="col">Autobook</th>
|
||||
<th scope="col">Book</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user