Skip to content
New issue

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

Add CSV code to ease Custom Fields import. #124

Open
joaolucasmacedo opened this issue Jul 12, 2023 · 0 comments · Fixed by #122
Open

Add CSV code to ease Custom Fields import. #124

joaolucasmacedo opened this issue Jul 12, 2023 · 0 comments · Fixed by #122
Assignees
Labels
feature Introduction of new functionality to the application
Milestone

Comments

@joaolucasmacedo
Copy link

Add the CSV code to ease required custom fields import:

name,content_types,label,group_name,type,Description,search_weight,filter_logic,ui_visibility,weight,choices
proxmox_id,virtualization.virtualmachine,Proxmox VM ID,ProxBox,integer,,1000,loose,read-write,100,
proxmox_keep_interface,dcim.interface,,ProxBox,boolean,,1000,loose,hidden,100,
proxmox_node,virtualization.virtualmachine,Proxmox Node,ProxBox,text,,1000,loose,read-write,100,
proxmox_type,virtualization.virtualmachine,Proxmox Type(VM or CT),ProxBox,select,,1000,loose,read-write,100,"['qemu', 'lxc']"
@emersonfelipesp emersonfelipesp self-assigned this Jul 13, 2023
@emersonfelipesp emersonfelipesp added the feature Introduction of new functionality to the application label Jul 13, 2023
@emersonfelipesp emersonfelipesp added this to the v0.0.6 milestone Jul 13, 2023
@emersonfelipesp emersonfelipesp linked a pull request Jul 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Introduction of new functionality to the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants