|
|
@@ -194,10 +194,13 @@
|
|
|
</small>
|
|
|
</div>
|
|
|
{% endwith %}
|
|
|
+ {% if forloop.last %}
|
|
|
+ <div class="list-group-item text-right">
|
|
|
+ <a href="{% url 'extras:objectchange_list' %}">View All Changes</a>
|
|
|
+ </div>
|
|
|
+ {% endif %}
|
|
|
{% empty %}
|
|
|
- <div class="list-group-item">
|
|
|
- Welcome to NetBox! {% if perms.add_site %} <a href="{% url 'dcim:site_add' %}">Add a site</a> to get started.{% endif %}
|
|
|
- </div>
|
|
|
+ <div class="list-group-item text-muted">No change history found</div>
|
|
|
{% endfor %}
|
|
|
</div>
|
|
|
</div>
|