mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 14:56:24 -06: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