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:
@ -496,7 +496,7 @@ class PlatformForm(BootstrapMixin, forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = Platform
|
||||
fields = ['name', 'slug']
|
||||
fields = ['name', 'slug', 'rpc_client']
|
||||
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user