mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
fixing rpc client name
This commit is contained in:
parent
676af9fea5
commit
acf2f36cf0
@ -144,6 +144,14 @@
|
||||
"slug": "super-micro"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "dcim.manufacturer",
|
||||
"pk": 9,
|
||||
"fields": {
|
||||
"name": "Accton",
|
||||
"slug": "accton"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "dcim.platform",
|
||||
"pk": 1,
|
||||
@ -204,7 +212,7 @@
|
||||
"fields": {
|
||||
"name": "SnapRoute FlexSwitch",
|
||||
"slug": "snaproute-flexswitch",
|
||||
"rpc_client": "flexswitch"
|
||||
"rpc_client": "snaproute-flexswitch"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user