Skip to content

Commit

Permalink
Merge pull request #22 from maricaantonacci/master
Browse files Browse the repository at this point in the history
Add documentation for allowed_groups metadata
  • Loading branch information
maricaantonacci authored Mar 6, 2020
2 parents 3e0c85a + 7b43eae commit 2d1749b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ The Orchestrator dashboard can exploit some optional information provided in the

In particular, the following tags are supported:

| Tag name | Description
| -------------- | ------------- |
| description | Used for showing the card description | |
| metadata.display_name | Used for the card title. If not pro | |
| metadata.icon . | Used for showing the card image. If no image URL is provided, the dashboard will load this [icon](https://cdn4.iconfinder.com/data/icons/mosaicon-04/512/websettings-512.png). |
| metadata.display_name | Used for the card title. If not provided, the template name will be used | |
| metadata.tag | Used for the card ribbon (displayed on the right bottom corner) | |
| Tag name | Description | Type |
| -------------- | ------------- | ------------------ |
| description | Used for showing the card description | String |
| metadata.display_name | Used for the card title. If not pro | String |
| metadata.icon | Used for showing the card image. If no image URL is provided, the dashboard will load this [icon](https://cdn4.iconfinder.com/data/icons/mosaicon-04/512/websettings-512.png). | String |
| metadata.display_name | Used for the card title. If not provided, the template name will be used | String |
| metadata.tag | Used for the card ribbon (displayed on the right bottom corner) | String |
| metadata.allowed_groups | Used for showing the template only to members of specific groups | String <br> - "*" == any group can see the template <br> - "group1,group2" == only members of _group1_ and _group2_ can see the template |


Example of template metadata:

Expand Down

0 comments on commit 2d1749b

Please sign in to comment.