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

Initial work on NAPALM integration

This commit is contained in:
Jeremy Stretch
2017-07-14 14:42:56 -04:00
parent bb2f86463e
commit f6a8d32880
5 changed files with 104 additions and 3 deletions

View File

@@ -558,7 +558,7 @@ class PlatformForm(BootstrapMixin, forms.ModelForm):
class Meta:
model = Platform
fields = ['name', 'slug', 'rpc_client']
fields = ['name', 'slug', 'napalm_driver', 'rpc_client']
#