mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
4eb47ba716
* Add sorting to ACLs roles with comparator * Add acls/roles sorting test * Add navigation feature test to roles * Update onchange value target for sorting roles
## ConsulRoleList ``` <ConsulRoleList @items={{items}} @ondelete={{action 'delete'}} /> ``` A presentational component for rendering Consul ACL roles ### Arguments | Argument/Attribute | Type | Default | Description | | --- | --- | --- | --- | | `items` | `array` | | An array of ACL roles | | `ondelete` | `function` | | An action to execute when the `Delete` action is clicked | ### See - [Component Source Code](./index.js) - [Template Source Code](./index.hbs) ---