horizon/releasenotes/notes/bp-next-steps-4c7064e52d5abcf5.yaml
Justin Pomeroy 0c5c57542b Add support for detail actions
This updates the angular actions directive to support the "detail"
list type to render actions as tiles with a title and description.

To see it in action:
Update some row actions so the template attribute has a title and
description property. Then add these actions to an array in the
detail page controller and add the actions directive to the content
of the detail page, something like this:

  <actions allowed="ctrl.detailActions" type="detail"
           item="ctrl.item" ng-if="ctrl.item"></actions>

Implements blueprint next-steps
Change-Id: I5e85004255e351c1fdd121251030e0697b3b9b9f
2016-05-31 10:34:45 +00:00

7 lines
253 B
YAML

---
features:
- Added ability to render angular row actions with additional details that
explain the purpose of the action. These are rendered as tiles and are
meant to depict the next steps a user might want to take for a given
resource.