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

Added description to ConfigContext

This commit is contained in:
Jeremy Stretch
2018-06-29 09:44:32 -04:00
parent ace7e3b108
commit 743cf6d398
7 changed files with 22 additions and 4 deletions

View File

@ -197,7 +197,9 @@ class ConfigContextForm(BootstrapMixin, forms.ModelForm):
class Meta:
model = ConfigContext
fields = ['name', 'weight', 'is_active', 'regions', 'sites', 'roles', 'platforms', 'tenants', 'data']
fields = [
'name', 'weight', 'description', 'is_active', 'regions', 'sites', 'roles', 'platforms', 'tenants', 'data',
]
#