diff --git a/Netdisco/Changes b/Netdisco/Changes index a24222e8..b3ebd884 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.004004 - + + [ENHANCEMENTS] + + * Do not include inventory items which don't have full OS details + 2.004002 - 2013-01-30 [BUG FIXES] diff --git a/Netdisco/share/views/inventory.tt b/Netdisco/share/views/inventory.tt index 5540e75b..895d7ce2 100644 --- a/Netdisco/share/views/inventory.tt +++ b/Netdisco/share/views/inventory.tt @@ -13,9 +13,10 @@ [% FOREACH platform IN models.all %] + [% NEXT UNLESS platform.vendor AND platform.model %] - [% platform.vendor %] @@ -42,6 +43,7 @@ [% FOREACH release IN releases.all %] + [% NEXT UNLESS (release.os AND release.os_ver) %] [% release.os %]