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

Standardized display of attributes for primary objects

This commit is contained in:
Jeremy Stretch
2016-07-29 15:31:35 -04:00
parent 1bbe7f95d6
commit 8a9c6ce37a
11 changed files with 149 additions and 95 deletions

View File

@@ -61,7 +61,7 @@
</td>
</tr>
<tr>
<td>Enforce Uniqueness</td>
<td>Unique IP Space</td>
<td>
{% if vrf.enforce_unique %}
<i class="glyphicon glyphicon-ok text-success" title="Yes"></i>
@@ -73,10 +73,10 @@
<tr>
<td>Description</td>
<td>
{% if vrf.description %}
{% if vrf.description %}
<span>{{ vrf.description }}</span>
{% else %}
<span class="text-muted">None</span>
<span class="text-muted">N/A</span>
{% endif %}
</td>
</tr>