form.setItems(timestamp, action, category, user, status, info, message, detail);
form.editRecord(record);
Window win = new ErrorMessageWindow(MSG.view_bundle_deploy_installDetails(), form);
win.setWidth(500);
win.show();
}
private static ListGridRecord[] buildRecords(List<BundleResourceDeploymentHistory> histories) {
ArrayList<ListGridRecord> records = new ArrayList<ListGridRecord>();