1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Added bulk import views for RIRs, roles, and VLAN groups

This commit is contained in:
Jeremy Stretch
2017-10-09 15:42:06 -04:00
parent 987587b5f3
commit 977cad3830
5 changed files with 69 additions and 4 deletions

View File

@@ -666,7 +666,6 @@ class PlatformCSVForm(forms.ModelForm):
fields = ['name', 'slug', 'napalm_driver']
help_texts = {
'name': 'Platform name',
# 'color': 'RGB color in hexadecimal (e.g. 00ff00)'
}