dansheps 8 년 전
부모
커밋
acc59a9da5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/netbox/forms.py

+ 1 - 1
netbox/netbox/forms.py

@@ -15,7 +15,7 @@ OBJ_TYPE_CHOICES = (
         ('rack', 'Racks'),
         ('rack', 'Racks'),
         ('devicetype', 'Device types'),
         ('devicetype', 'Device types'),
         ('device', 'Devices'),
         ('device', 'Devices'),
-        ('virtualchassis','Virtual Chassis'),
+        ('virtualchassis', 'Virtual Chassis'),
     )),
     )),
     ('IPAM', (
     ('IPAM', (
         ('vrf', 'VRFs'),
         ('vrf', 'VRFs'),