Swapped Map and History card locations so that the map is near the Address information.
This commit is contained in:
parent
572946087f
commit
1d77aa5dcf
1 changed files with 5 additions and 5 deletions
|
|
@ -149,11 +149,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="status-cards">
|
<div class="status-cards">
|
||||||
<!-- Client History -->
|
|
||||||
<div class="info-card">
|
|
||||||
<History/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Location Map (only for existing clients) -->
|
<!-- Location Map (only for existing clients) -->
|
||||||
<div class="map-card" v-if="!isNew && !editMode">
|
<div class="map-card" v-if="!isNew && !editMode">
|
||||||
<h3>Location</h3>
|
<h3>Location</h3>
|
||||||
|
|
@ -171,6 +166,11 @@
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Client History -->
|
||||||
|
<div class="info-card">
|
||||||
|
<History/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Edit Confirmation Dialog -->
|
<!-- Edit Confirmation Dialog -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue