fixed virtual machines template
This commit is contained in:
parent
e99be51de1
commit
2ac34ff295
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans "ID"%}</th>
|
<th>{% trans "ID"%}</th>
|
||||||
<th>{% trans "Location"%} </th>
|
|
||||||
<th>{% trans "Amount"%}</th>
|
<th>{% trans "Amount"%}</th>
|
||||||
<th>{% trans "Status"%}</th>
|
<th>{% trans "Status"%}</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
@ -24,7 +23,6 @@
|
||||||
{% for vm in vms %}
|
{% for vm in vms %}
|
||||||
<tr>
|
<tr>
|
||||||
<td scope="row">{{vm.name}}</td>
|
<td scope="row">{{vm.name}}</td>
|
||||||
<td>{{vm.location}}</td>
|
|
||||||
<td>{{vm.price}} CHF</td>
|
<td>{{vm.price}} CHF</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue