diff --git a/Netdisco/Changes b/Netdisco/Changes index e0053103..a68ec753 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,11 +1,15 @@ 2.019004 - + [NEW FEATURES] + * Add Device PoE status report + [ENHANCEMENTS] * Can now set untagged VLAN on trunking and non-trunking ports * Add user activity log to frontend admin menu * Add Poller Performance admin report * Add Slow Devices admin report + * Add PoE module status in Device details [BUG FIXES] diff --git a/Netdisco/lib/App/Netdisco/DB/ResultSet/Device.pm b/Netdisco/lib/App/Netdisco/DB/ResultSet/Device.pm index 014039b9..e1cb7679 100644 --- a/Netdisco/lib/App/Netdisco/DB/ResultSet/Device.pm +++ b/Netdisco/lib/App/Netdisco/DB/ResultSet/Device.pm @@ -577,8 +577,8 @@ sub delete { =head2 with_poestats_as_hashref -This is a modifier for C which returns a hash reference with the -power_modules hash augmented with the following statistics as keys: +This is a modifier for C which returns a list of hash references +with the power_modules hash augmented with the following statistics as keys: =over 4