netbox-plugin-interface-sync/netbox_interface_sync/forms.py
NetTech2001 b48cfaca4b Ready for netboxcommunity
This plugin has been re-developed for Netbox 4. The sync button has been redesigned as well as the colors of the sync table.
2024-05-17 16:00:56 -06:00

7 lines
185 B
Python

from django import forms
class InterfaceComparisonForm(forms.Form):
add_to_device = forms.BooleanField(required=False)
remove_from_device = forms.BooleanField(required=False)