Closed
Description
NetBox version
v3.4.4
Feature type
New functionality
Proposed functionality
Create a custom field of the type 'Calculated'
This custom field is composed of a Jinja2 template that gives the ability to format the data of the object to an custom presentation.
It should provide the ability to represent create a string, a badge, a %graph, markdown, ...
Use case
There is a lot of a data in one model (device), and most of can be shown in a table column.
This custom field will create a way to merge multiple columns into one, or create a column with data that is not visible in the GUI (ex: number of interfaces)
#6347 will give even more fields to merge into a custom view
It will create the ability to provide fully customizable view, with the need to update the core of the code.
Database changes
No response
External dependencies
No response