[ADF-2451] Reviewed component docs and fixed package.json (#3118)

* [ADF-2451] Reviewed component docs and fixed package.json issues

* [ADF-2451] Fixed permission list brief desc and rebuilt indexes

* [ADF-2451] Fixed incorrect filename for inherited button directive docs
This commit is contained in:
Andy Stark
2018-03-26 13:32:12 +01:00
committed by Eugenio Romano
parent 396d9104ee
commit 838842caac
10 changed files with 108 additions and 47 deletions

View File

@@ -1,11 +1,13 @@
---
Added: v2.3.0
Status: Active
Last reviewed: 2018-03-12
Last reviewed: 2018-03-23
---
# Permission List Component
Shows node permissions as a table.
![Permission List](../docassets/images/adf-permission-list.png)
## Basic Usage
@@ -19,8 +21,9 @@ Last reviewed: 2018-03-12
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| nodeId | `string` | `null` | node id which we want to show the permissions |
| nodeId | `string` | `null` | ID of the node whose permissions you want to show. |
## Details
This component use the `datatable` to show the permission retrieved from the node service.
This component uses a [Datatable component](../core/datatable.component.md) to show the
permissions retrieved from the [Node service](../core/node.service.md).