fix broken VLAN Inventory report since change of vlan to vlan_entry
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
2.052012 - 2022-08-01
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* retry without BULKWALK automatically in snapshot
|
||||||
|
|
||||||
2.052011 - 2022-08-01
|
2.052011 - 2022-08-01
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ get '/ajax/content/report/vlaninventory' => require_login sub {
|
|||||||
'me.vlan' => { '>' => 0 },
|
'me.vlan' => { '>' => 0 },
|
||||||
'ports.vlan' => { '>' => 0 },
|
'ports.vlan' => { '>' => 0 },
|
||||||
},
|
},
|
||||||
{ join => { 'ports' => 'vlan' },
|
{ join => { 'ports' => 'vlan_entry' },
|
||||||
select => [
|
select => [
|
||||||
'me.vlan',
|
'me.vlan',
|
||||||
'me.description',
|
'me.description',
|
||||||
|
|||||||
Reference in New Issue
Block a user