1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Overhaul device component template creation views/URLs

This commit is contained in:
Jeremy Stretch
2020-02-06 13:13:40 -05:00
parent c1792653cc
commit d400f92ee8
6 changed files with 79 additions and 49 deletions

View File

@@ -825,8 +825,6 @@ class ComponentCreateView(GetReturnURLMixin, View):
"""
Add one or more components (e.g. interfaces, console ports, etc.) to a Device or VirtualMachine.
"""
parent_model = None
parent_field = None
model = None
form = None
model_form = None