Device operating system added to inventory links and search sidebar
This commit is contained in:
@@ -49,7 +49,13 @@
|
||||
[% FOREACH release IN releases.all %]
|
||||
[% NEXT UNLESS (release.os OR release.os_ver) %]
|
||||
<tr>
|
||||
<th>[% release.os || 'unknown' | html_entity %]</th>
|
||||
<th>
|
||||
[% IF release.os %]
|
||||
<a class="nd_linkcell"
|
||||
href="[% search_device %]&q=[% release.os | uri %]&os=[% release.os | uri %]">
|
||||
[% release.os | html_entity %]</a>
|
||||
[% ELSE %]unknown[% END %]
|
||||
</th>
|
||||
<th>
|
||||
[% IF release.os_ver %]
|
||||
<a class="nd_linkcell"
|
||||
|
||||
Reference in New Issue
Block a user