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