0c5c57542b
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
7 lines
253 B
YAML
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.
|