Respaldo anes de irme
This commit is contained in:
@@ -19,7 +19,7 @@ class DeviceHistoryAdmin(admin.ModelAdmin):
|
||||
list_display = ['device','first_authentication', 'last_authentication']
|
||||
|
||||
class DeviceAdmin(admin.ModelAdmin):
|
||||
list_display = ['client', 'device_name', 'ip_address', 'sistema']
|
||||
list_display = ['client', 'device_name', 'ip_address', 'sistema', 'macAddress']
|
||||
|
||||
|
||||
admin.site.register(Sistema,Sistema_Admin)
|
||||
|
||||
Reference in New Issue
Block a user