mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
4c8a15b698
* Add sorting to ACLs policies with comparator * Add acls/roles sorting test * Add navigation test for acls/policies * Update onchange value for sorting policies
## 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) ---