diff --git a/Netdisco/share/views/ajax/device/addresses.tt b/Netdisco/share/views/ajax/device/addresses.tt
index 36231a3c..4eb5c3ea 100644
--- a/Netdisco/share/views/ajax/device/addresses.tt
+++ b/Netdisco/share/views/ajax/device/addresses.tt
@@ -17,7 +17,7 @@
href="[% device_ports %]&q=[% params.q | uri %]&f=[% row.port | uri %]">[% row.port | html_entity %]
[% row.device_port.name | html_entity %] |
[% row.subnet | html_entity %] |
+ href="[% search_device %]&q=[% row.subnet | uri %]&ip=[% row.subnet | uri %]">[% row.subnet | html_entity %]
[% END %]
diff --git a/Netdisco/share/views/ajax/device/details.tt b/Netdisco/share/views/ajax/device/details.tt
index 0d52e979..21c3cfde 100644
--- a/Netdisco/share/views/ajax/device/details.tt
+++ b/Netdisco/share/views/ajax/device/details.tt
@@ -19,7 +19,7 @@
[% ELSE %]
[% d.location | html_entity %]
+ href="[% search_device %]&q=[% d.location | uri %]&location=[% d.location | uri %]">[% d.location | html_entity %]
|
[% END %]
@@ -42,10 +42,10 @@
Vendor / Model |
[% d.vendor | html_entity %]
+ href="[% search_device %]&q=[% d.vendor | uri %]&vendor=[% d.vendor | uri %]">[% d.vendor | html_entity %]
/
[% d.model | html_entity %]
+ href="[% search_device %]&q=[% d.model | uri %]&model=[% d.model | uri %]">[% d.model | html_entity %]
|
@@ -53,7 +53,7 @@
| [% d.os | html_entity %] /
[% d.os_ver | html_entity %]
+ href="[% search_device %]&q=[% d.os_ver | uri %]&os_ver=[% d.os_ver | uri %]">[% d.os_ver | html_entity %]
|
diff --git a/Netdisco/share/views/inventory.tt b/Netdisco/share/views/inventory.tt
index df7fa2c1..47cc0484 100644
--- a/Netdisco/share/views/inventory.tt
+++ b/Netdisco/share/views/inventory.tt
@@ -17,12 +17,12 @@
|
+ href="[% search_device %]&q=[% platform.vendor | uri %]&vendor=[% platform.vendor | uri %]">
[% platform.vendor | html_entity %]
|
+ href="[% search_device %]&q=[% platform.model | uri %]&model=[% platform.model | uri %]">
[% platform.model | html_entity %]
|
[% platform.get_column('count') | html_entity %] |
@@ -48,7 +48,7 @@
[% release.os | html_entity %] |
+ href="[% search_device %]&q=[% release.os_ver | uri %]&os_ver=[% release.os_ver | uri %]">
[% release.os_ver | html_entity %]
|
[% release.get_column('count') | html_entity %] |