mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Show user config in admin UI
This commit is contained in:
@ -29,6 +29,7 @@ class UserConfig(models.Model):
|
||||
|
||||
class Meta:
|
||||
ordering = ['user']
|
||||
verbose_name = verbose_name_plural = 'User Preferences'
|
||||
|
||||
def get(self, path):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user