in name of god 2.0

This commit is contained in:
fjrodriguez
2023-04-12 09:20:07 -06:00
parent 42fef321e9
commit e192920a5d
5 changed files with 45 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ class DeviceHistoryAdmin(admin.ModelAdmin):
list_display = ['device','first_authentication', 'last_authentication']
class DeviceAdmin(admin.ModelAdmin):
list_display = ['client', 'device_name', 'ip_address', 'sistema', 'macAddress']
list_display = ['client', 'device_name', 'ip_address', 'sistema', 'macAddress','database']
admin.site.register(BitacoraErrores,BitacoraErroresAdmin)
admin.site.register(Sistema,Sistema_Admin)