From f9911bff0d052571398a32757822613ab10ce2c2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 7 Aug 2018 15:19:01 -0400 Subject: [PATCH] Added a "view all" link to the changelog panel --- netbox/templates/home.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 %}