UI rearrangement

This commit is contained in:
Maks Snegov 2024-04-26 02:36:05 -07:00
parent c4307472ca
commit 094e2d2b81
2 changed files with 8 additions and 7 deletions

View File

@ -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>

View File

@ -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>