Fix for device counts in VLAN Inventory report
This commit is contained in:
@@ -21,7 +21,7 @@ get '/ajax/content/report/vlaninventory' => require_login sub {
|
||||
select => [
|
||||
'me.vlan',
|
||||
'me.description',
|
||||
{ count => { distinct => 'ports.ip' } },
|
||||
{ count => { distinct => 'me.ip' } },
|
||||
{ count => 'ports.vlan' }
|
||||
],
|
||||
as => [qw/ vlan description dcount pcount /],
|
||||
|
||||
Reference in New Issue
Block a user