From e8101569870afa409363ab44e74f6321aa64bd85 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Mon, 4 Nov 2013 21:35:51 -0500 Subject: [PATCH] update changes and documentation clarification of return value of with_poestats_as_hashref --- Netdisco/Changes | 4 ++++ Netdisco/lib/App/Netdisco/DB/ResultSet/Device.pm | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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