From ec90e67ce5878dc3bb3dd2825fda9d793bb8cd89 Mon Sep 17 00:00:00 2001 From: Christian Ramseyer Date: Tue, 21 Apr 2020 14:28:02 +0200 Subject: [PATCH] Update IpInventory.pm Remove superfluous oui.abbrev from IpInventory NodeIP vendor --- lib/App/Netdisco/Web/Plugin/Report/IpInventory.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Netdisco/Web/Plugin/Report/IpInventory.pm b/lib/App/Netdisco/Web/Plugin/Report/IpInventory.pm index 968caad7..94292661 100644 --- a/lib/App/Netdisco/Web/Plugin/Report/IpInventory.pm +++ b/lib/App/Netdisco/Web/Plugin/Report/IpInventory.pm @@ -91,7 +91,7 @@ get '/ajax/content/report/ipinventory' => require_login sub { columns => [qw( ip mac time_first time_last dns active)], '+select' => [ \'true AS node', \qq/replace( date_trunc( 'minute', age( now(), time_last ) ) ::text, 'mon', 'month') AS age/, - \'oui.company || oui.abbrev' + 'oui.company' ], '+as' => [ 'node', 'age', 'vendor' ], }