Show full address on site page
This commit is contained in:
parent
ed6dde2f0a
commit
84da2bdc7d
1 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,11 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><b>Address</b></td>
|
||||
<td>{{ formatAddress(selectedSite?.address) }}</td>
|
||||
<td>
|
||||
{{ formatAddress(selectedSite?.address) }}
|
||||
{{ selectedSite?.address.region }}
|
||||
{{ selectedSite?.address.postal_code }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Owner</b></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue