text changed Ipv -> IPv
This commit is contained in:
parent
079f0ed68d
commit
b09477c874
1 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
<th>Ipv4</th>
|
<th>IPv4</th>
|
||||||
<th>Ipv6</th>
|
<th>IPv6</th>
|
||||||
<th>{% trans "Status" %}</th>
|
<th>{% trans "Status" %}</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -33,8 +33,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td data-header="ID">{{vm.vm_id}}</td>
|
<td data-header="ID">{{vm.vm_id}}</td>
|
||||||
{% if vm.ipv6 %}
|
{% if vm.ipv6 %}
|
||||||
<td data-header="Ipv4">{{vm.ipv4}}</td>
|
<td data-header="IPv4">{{vm.ipv4}}</td>
|
||||||
<td data-header="Ipv6">{{vm.ipv6}}</td>
|
<td data-header="IPv6">{{vm.ipv6}}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td data-header="{% trans 'Status' %}">
|
<td data-header="{% trans 'Status' %}">
|
||||||
{% if vm.state == 'ACTIVE' %}
|
{% if vm.state == 'ACTIVE' %}
|
||||||
|
|
Loading…
Reference in a new issue