feat(itim): Ability to add external link to cluster

ref: #244 #71 #6
This commit is contained in:
2024-08-18 15:41:05 +09:30
parent 6b28569bca
commit bfb20dab0f
9 changed files with 123 additions and 192 deletions

View File

@ -11,8 +11,10 @@ External Links allow an end user to specify by means of a jinja template a link
## Create a link
- Software context is under key `software`
- Cluster context is under key `cluster`
- Device context is under key `device`
- Software context is under key `software`
To add a templated link within the `Link Template` field enter your url, with the variable within jinja braces. for example to add a link that will expand with the devices id, specify `{{ device.id }}`. i.e. `https://domainname.tld/{{ device.id }}`. If the link is for software use key `software`. Available fields under context key all of those that are available at the time the page is rendered.