Fix for device counts in VLAN Inventory report
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
* Ignore devices with "phone" in their CDP/LLDP platform description
|
||||
* Change log format to contain UTC timestamp
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
* Fix for device counts in VLAN Inventory report
|
||||
|
||||
2.027007 - 2014-05-27
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
@@ -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