Is there any way to show an action button for a related record in a custom tool? The use case: we have a Product resource and Variant resource (product has_many variants). The Product resource has a custom tool that shows the children Variants in a special table, and we'd like to include an action button for each variant. We need a custom tool for this due to special formatting considerations. I am not sure if the API to display action buttons is exposed or not