Description of feature: Improve the audit trail for resource-level and group-level plugin configuration updates. If there is a failure, add a link which will pop open a modal panel to show the full stack trace or error message captured during processing. Also, might as well add some eye candy while we're at it - prefix an appropriate icon for success/failure in the status column.
commit 2b3c1282337dbb965a1c4bed0f3fcfc4a4395eda Author: Joseph Marques <joseph> Date: Fri Jun 4 20:21:57 2010 -0400 BZ-600545: display details of plugin configuration update errors, add icons to status column
Testing required for this feature - at least off the top of my head: Resource level * Failure link opens modal window * Modal window contains stack track/error message * Successful config changes show appropriate icon in status column * Failed config changes show appropriate icon in status column (execute on multiple types of resources?) Group level * Failure link opens modal window * Modal window contains stack track/error message * Successful config changes show appropriate icon in status column * Failed config changes show appropriate icon in status column (execute on multiple group types - may not be applicable to mixed groups, but perhaps dyna...)
Verified on Jon build#210 Observed update configuration audit trail at resource level and at group level: In 'Configuration->History' tab, a link 'Failure' is displayed for 'Individual Resource Update' type and for 'Group Update Member' type. clicking on 'Failure' link opens a modal window which displays the stack trace. The summary tab of the resource displays success/failure icons in 'Recent Configuration Updates' section.
Mass-closure of verified bugs against JON.