bc20da8fd7 | ||
---|---|---|
.. | ||
README.mdx | ||
index.hbs | ||
index.js | ||
pageobject.js |
README.mdx
## ConsulPolicyList ``` <ConsulPolicyList @items={{items}} @ondelete={{action 'delete'}} /> ``` A presentational component for rendering Consul ACL policies ### Arguments | Argument/Attribute | Type | Default | Description | | --- | --- | --- | --- | | `items` | `array` | | An array of ACL policies | | `ondelete` | `function` | | An action to execute when the `Delete` action is clicked | ### See - [Component Source Code](./index.js) - [Template Source Code](./index.hbs) ---