1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Rename Cloud to ProviderNetwork

This commit is contained in:
Jeremy Stretch
2021-04-01 10:21:41 -04:00
parent 83c4577f6d
commit d57222328b
27 changed files with 219 additions and 217 deletions

View File

@@ -85,9 +85,9 @@
</tr>
{% else %}
<tr>
<td>Cloud</td>
<td>Provider Network</td>
<td>
<a href="{{ termination.cloud.get_absolute_url }}">{{ termination.cloud }}</a>
<a href="{{ termination.provider_network.get_absolute_url }}">{{ termination.provider_network }}</a>
</td>
</tr>
{% endif %}