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