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