External Links
External Links allow an end user to specify by means of a jinja template a link that when displayed upon an items display page will add a button with a hyperlink to the url provided. External links can be assigned to: devices and software. This includes both at the same time.
Create a link
-
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.
About:
This page forms part of our Project Centurion ERP.
Page Metadata
Version: ToDo: place files short git commit hereDate Created: 2024-07-17
Date Edited: 2024-08-18
Contribution:
Would You like to contribute to our Centurion ERP project? You can assist in the following ways:
- Edit This Page If there is a mistake or a way you can improve it.
- Add a Page to the Manual if you would like to add an item to our manual
- Raise an Issue if there is something about this page you would like to improve, and git is unfamiliar to you.
ToDo: Add the page list of contributors