remove address.assignee.deploy.machine_alias from address list
This commit is contained in:
parent
725431ff91
commit
a25f20078b
1 changed files with 0 additions and 2 deletions
|
@ -123,7 +123,6 @@ addEventListener("DOMContentLoaded", function() {
|
|||
<th>IP</th>
|
||||
<th>Region</th>
|
||||
<th>Reverse DNS</th>
|
||||
<th>Deployment<th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -132,7 +131,6 @@ addEventListener("DOMContentLoaded", function() {
|
|||
<td data-title="IP">{{ address.ip }}</td>
|
||||
<td data-title="Region">{{ regions[address.region_id] }}</td>
|
||||
<td data-title="RDNS">{{ address.rdns }}</td>
|
||||
<td data-title="Deployment">{{ address.assignee.deploy.machine_alias }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue