diff --git a/netbox/templates/home.html b/netbox/templates/home.html index 090be1350..d6af56458 100644 --- a/netbox/templates/home.html +++ b/netbox/templates/home.html @@ -194,10 +194,13 @@ {% endwith %} + {% if forloop.last %} +
+ View All Changes +
+ {% endif %} {% empty %} -
- Welcome to NetBox! {% if perms.add_site %} Add a site to get started.{% endif %} -
+
No change history found
{% endfor %}