Do not include inventory items which dont have full OS details
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -13,9 +13,10 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
[% FOREACH platform IN models.all %]
|
||||
[% NEXT UNLESS platform.vendor AND platform.model %]
|
||||
<tr>
|
||||
<th>
|
||||
<a class="nd_stealthlink"
|
||||
<a class="nd_linkcell"
|
||||
href="[% vars.search_device %]&vendor=[% platform.vendor %]">
|
||||
[% platform.vendor %]</a>
|
||||
</th>
|
||||
@@ -42,6 +43,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
[% FOREACH release IN releases.all %]
|
||||
[% NEXT UNLESS (release.os AND release.os_ver) %]
|
||||
<tr>
|
||||
<th>[% release.os %]</th>
|
||||
<th>
|
||||
|
||||
Reference in New Issue
Block a user