mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Last Connection date for user in admin panel (#3747)
* Last Connection date for user in admin panel display last connection for each user in user admin panel. add the date at the end of the tab * Update admin.py * Update admin.py
This commit is contained in:
parent
b13c5b2c13
commit
cfff5ea264
@ -208,7 +208,7 @@ class InvenTreeUserAdmin(UserAdmin):
|
|||||||
|
|
||||||
(And it's confusing!)
|
(And it's confusing!)
|
||||||
"""
|
"""
|
||||||
|
list_display = ('username', 'email', 'first_name', 'last_name', 'is_staff', 'last_login') # display last connection for each user in user admin panel.
|
||||||
fieldsets = (
|
fieldsets = (
|
||||||
(None, {'fields': ('username', 'password')}),
|
(None, {'fields': ('username', 'password')}),
|
||||||
(_('Personal info'), {'fields': ('first_name', 'last_name', 'email')}),
|
(_('Personal info'), {'fields': ('first_name', 'last_name', 'email')}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user