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

Allow editing of platform RPC client

This commit is contained in:
Jeremy Stretch
2017-03-21 17:33:40 -04:00
parent a5419ecc5c
commit 3e6a99fc22
2 changed files with 3 additions and 2 deletions

View File

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