1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
This commit is contained in:
Jeremy Stretch
2016-10-31 14:45:34 -04:00
parent a37d2ff4f8
commit 4af3072b53
2 changed files with 5 additions and 5 deletions

View File

@@ -166,8 +166,8 @@ IFACE_FF_CHOICES = [
[
[IFACE_FF_STACKWISE, 'Cisco StackWise'],
[IFACE_FF_STACKWISE_PLUS, 'Cisco StackWise Plus'],
[IFACE_FF_STACKWISE, 'Cisco FlexStack'],
[IFACE_FF_STACKWISE_PLUS, 'Cisco FlexStack Plus'],
[IFACE_FF_FLEXSTACK, 'Cisco FlexStack'],
[IFACE_FF_FLEXSTACK_PLUS, 'Cisco FlexStack Plus'],
]
],
[