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

Admin UI improvements

This commit is contained in:
Jeremy Stretch
2020-06-02 13:21:00 -04:00
parent 7a7634de2d
commit a62b98ac50
3 changed files with 38 additions and 5 deletions

View File

@ -21,6 +21,7 @@ class Migration(migrations.Migration):
'proxy': True,
'indexes': [],
'constraints': [],
'verbose_name': 'Group',
},
bases=('auth.group',),
managers=[
@ -35,6 +36,7 @@ class Migration(migrations.Migration):
'proxy': True,
'indexes': [],
'constraints': [],
'verbose_name': 'User',
},
bases=('auth.user',),
managers=[