horizon/horizon/static
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
..
auth Use correct casing on jQuery. 2016-05-12 09:25:03 -07:00
framework Add support for detail actions 2016-05-31 10:34:45 +00:00
horizon Use 'Delete Instance' rather than 'Terminate' in legacy topology 2016-05-20 03:27:25 +09:00