We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL
Frontend UI
An attribute can be of the Kind URL, as a user I would expect this to be "clickable" and be use in a similar way as Netbox custom link.
With the computed attribute I could create a custom link depending on the node. I would then use this URL attribute to click on the link
Example of schema
# yaml-language-server: $schema=https://schema.infrahub.app/infrahub/schema/latest.json --- version: '1.0' nodes: - name: Template namespace: Random attributes: - name: custom_link kind: URL optional: true
The text was updated successfully, but these errors were encountered:
pa-lem
No branches or pull requests
Component
Frontend UI
Describe the Feature Request
An attribute can be of the Kind
URL
, as a user I would expect this to be "clickable" and be use in a similar way as Netbox custom link.Describe the Use Case
With the computed attribute I could create a custom link depending on the node. I would then use this URL attribute to click on the link
Additional Information
Example of schema
The text was updated successfully, but these errors were encountered: