mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Handle ipv4/ipv6 adresses in local_ip.
This commit is contained in:
parent
d5ec997ab4
commit
26047cc8ab
1 changed files with 2 additions and 3 deletions
|
@ -131,9 +131,8 @@
|
|||
{{#each network.infos.local_ip}}
|
||||
<tr>
|
||||
<td>{{@key}}</td>
|
||||
{{#this}}
|
||||
<td>{{.}}</td>
|
||||
{{/this}}
|
||||
<td>{{#this.ipv4}}{{this}}{{/this.ipv4}}</td>
|
||||
<td>{{#this.ipv6}}{{this}}{{/this.ipv6}}</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue