mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
31bcf71d63
* Add sorting to namespaces * Add sorting to namespaces * ui: Fix up default namespace no delete test (#8467) Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
## ConsulNspaceList ``` <ConsulNspaceList @items={{items}} @ondelete={{action 'delete'}} /> ``` A presentational component for rendering Consul Namespaces ### Arguments | Argument/Attribute | Type | Default | Description | | --- | --- | --- | --- | | `items` | `array` | | An array of Namespaces | | `ondelete` | `function` | | An action to execute when the `Delete` action is clicked | ### See - [Component Source Code](./index.js) - [Template Source Code](./index.hbs) ---