Hide Forgot
the resource config history view has a "show details..." button that should be removed. That doesn't follow the ui design elsewhere - just have a double click handler to show the details. no action button needed. we are also missing a "rollback" button, like we had in the jsf world. we need to be able to select a config row and say "rollback" to set the config of the resource to that old config set. the columns in the history table are wrong - we are missing some that were in jsf. we just need to make the table more pretty.
this is completed. * the show details button is gone - double click now brings up details like all the rest of the table components in the ui * we now have the rollback button (just like in jsf, this sets the resource's config to the same values as that of the history item that was selected) * the delete button now works * there is now more additional column data (completed date, update type and a green checkmark/hover message next to the ID to indicate that row is the current config) * we can compare two or more history configs
Tested against RHQ 4.0.0-SNAPSHOT build# 7e2ebf9. Verified that the Show Details button is no longer available. Clicking on the version number or double click on the row brings up the details. Verified that Rollback works and changes are applied to the selected version to which we roll back. Verified that the Delete button works. Verified the additional columns for appropriate values. Verified that the compare works correctly. Marking this bug as verified.
Bookkeeping - closing bug - fixed in recent release.