Add last seen to admin panel

This commit is contained in:
R. Miles McCain
2020-04-20 18:46:51 -04:00
parent a5219c828b
commit 1691eb4550

View File

@@ -14,6 +14,7 @@ class SessionAdmin(admin.ModelAdmin):
"uuid", "uuid",
"service", "service",
"start_time", "start_time",
"last_seen",
"identifier", "identifier",
"ip", "ip",
"asn", "asn",