From 7e73d8efbccef63f6ba8b750299f06a76f54d3cb Mon Sep 17 00:00:00 2001 From: Thomas Hooge Date: Tue, 29 Aug 2023 08:44:13 +0200 Subject: [PATCH] Fixed search links --- tpl/search.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tpl/search.tpl b/tpl/search.tpl index 79fa6b8..395adad 100644 --- a/tpl/search.tpl +++ b/tpl/search.tpl @@ -35,7 +35,7 @@ {foreach item=asset from=$assets} - {$asset.name} + {$asset.name} {$asset.description} @@ -58,7 +58,7 @@ {foreach item=location from=$locations} - {$location.name} + {$location.name} {/foreach} @@ -75,7 +75,7 @@ {foreach item=node from=$nodes} - {$node.ip} + {$node.ip} {$node.info} @@ -95,7 +95,7 @@ {foreach item=subnet from=$subnets} - {$subnet.address} + {$subnet.address} {/foreach} @@ -112,7 +112,7 @@ {foreach item=vlan from=$vlans} - {$vlan.name} + {$vlan.name} {/foreach} @@ -129,7 +129,7 @@ {foreach item=zone from=$zones} - {$zone.origin} + {$zone.origin} {/foreach}