mirror of https://github.com/status-im/consul.git
ec084cf79b
* Turn repo.remove into a custom action to bypass ember-data deletion * Don't show actions on a deleting nspace |
||
---|---|---|
.. | ||
README.mdx | ||
index.hbs | ||
index.js | ||
pageobject.js |
README.mdx
## 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) ---