fixed ip format in virtual machine list

This commit is contained in:
Levi 2017-05-23 11:52:53 -05:00
parent 60fc2890f1
commit 3d03d00201

View file

@ -36,10 +36,10 @@
{% for vm in vms %} {% for vm in vms %}
<tr> <tr>
<td scope="row">{{vm.vm_id}}</td> <td scope="row">{{vm.vm_id}}</td>
{% if virtual_machine.ipv6 {% if vm.ipv6 %}
<td>{{virtual_machine.ipv4}}</td> <td>{{vm.ipv4}}</td>
<td>{{virtual_machine.ipv6}}</td> <td>{{vm.ipv6}}</td>
{% endif %} {% endif %}
<td> <td>