01aa99473a
This patch adds two basic features: a directive that takes in a resource type name and produces a table of the resource type with actions, links to views, etc., based on information in the resource type object; the other directive provides a resource panel with header based on a resource type name. Change-Id: Idaba844aca5fc6e89e2bd7c65cb836feaba67f67 Partially-Implements: blueprint angular-registry
15 lines
568 B
YAML
15 lines
568 B
YAML
---
|
|
prelude: >
|
|
Angular components now exist to provide simple-to-
|
|
configure panels and tables, based off of registry
|
|
information about resources (e.g. Instances).
|
|
features:
|
|
- The hz-resource-table directive takes in a Heat
|
|
resource name (e.g. 'OS::Nova::Server') and uses
|
|
the Angular registry to provide actions, columns,
|
|
and summary views.
|
|
- The hz-resource-panel directive takes in a Heat
|
|
resource name (e.g. 'OS::Nova::Server') and
|
|
displays an appropriate header and allows content
|
|
to be transcluded to build the panel page.
|