remove address.assignee.deploy.machine_alias from address list

This commit is contained in:
deflax 2018-09-11 14:19:37 +03:00
parent 725431ff91
commit a25f20078b

View file

@ -123,7 +123,6 @@ addEventListener("DOMContentLoaded", function() {
<th>IP</th> <th>IP</th>
<th>Region</th> <th>Region</th>
<th>Reverse DNS</th> <th>Reverse DNS</th>
<th>Deployment<th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -132,7 +131,6 @@ addEventListener("DOMContentLoaded", function() {
<td data-title="IP">{{ address.ip }}</td> <td data-title="IP">{{ address.ip }}</td>
<td data-title="Region">{{ regions[address.region_id] }}</td> <td data-title="Region">{{ regions[address.region_id] }}</td>
<td data-title="RDNS">{{ address.rdns }}</td> <td data-title="RDNS">{{ address.rdns }}</td>
<td data-title="Deployment">{{ address.assignee.deploy.machine_alias }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>