netbox_ptov.views
Defines the ‘views’ used by the Django apps for serving pages of the netbox_ptov plugin
Classes
A class to represent the generic view of a gns3srv object. |
|
A class to represent the view of all gns3srv objects. |
|
A class to represent the edit view of a gns3srv object. |
|
A class to represent the delete view of a gns3srv object. |
|
A class to represent the generic view of all ptovjob objects. |
|
A class to represent the list view of all ptovjob objects. |
|
A class to represent the edit view of a ptovjob object. |
|
A class to represent the delete view of a ptovjob object. |
|
A class to represent the generic view of all switchtojob objects. |
|
A class to represent the list view of all switchtojob objects. |
|
A class to represent the edit view of switchtojob objects. |
|
A class to represent the delete view of a switchtojob object. |
Functions
|
Pass the input fields from the golabForm instance to the dcnodatg.p_to_v function and return the results as an HttpResponse |
Module Contents
- netbox_ptov.views.golab(request)
Pass the input fields from the golabForm instance to the dcnodatg.p_to_v function and return the results as an HttpResponse
- Parameters:
request (netbox_ptov.forms.golabForm)
- Return type:
django.http.HttpResponse
- class netbox_ptov.views.gns3srvView
Bases:
netbox.views.generic.ObjectView
A class to represent the generic view of a gns3srv object.
- queryset
- class netbox_ptov.views.gns3srvListView
Bases:
netbox.views.generic.ObjectListView
A class to represent the view of all gns3srv objects.
- queryset
- table
- class netbox_ptov.views.gns3srvEditView
Bases:
netbox.views.generic.ObjectEditView
A class to represent the edit view of a gns3srv object.
- queryset
- form
- queryset
- form
- class netbox_ptov.views.gns3srvDeleteView
Bases:
netbox.views.generic.ObjectDeleteView
A class to represent the delete view of a gns3srv object.
…
- queryset
- queryset
- class netbox_ptov.views.ptovjobView
Bases:
netbox.views.generic.ObjectView
A class to represent the generic view of all ptovjob objects.
- queryset
- queryset
- class netbox_ptov.views.ptovjobListView
Bases:
netbox.views.generic.ObjectListView
A class to represent the list view of all ptovjob objects.
- queryset
- table
- queryset
- table
- class netbox_ptov.views.ptovjobEditView
Bases:
netbox.views.generic.ObjectEditView
A class to represent the edit view of a ptovjob object.
- queryset
- form
- queryset
- form
- class netbox_ptov.views.ptovjobDeleteView
Bases:
netbox.views.generic.ObjectDeleteView
A class to represent the delete view of a ptovjob object.
- queryset
- queryset
- class netbox_ptov.views.switchtojobView
Bases:
netbox.views.generic.ObjectView
A class to represent the generic view of all switchtojob objects.
- queryset
- queryset
- class netbox_ptov.views.switchtojobListView
Bases:
netbox.views.generic.ObjectListView
A class to represent the list view of all switchtojob objects.
- queryset
- table
- queryset
- table