Further improve detail display and work on inline latency display
This commit is contained in:
@@ -498,6 +498,7 @@ class OSINTListBase(ObjectList):
|
||||
object_list: list[Any],
|
||||
request_type: str,
|
||||
) -> list[dict[str, Any]]:
|
||||
context_type = _context_type(request_type)
|
||||
rows = []
|
||||
for item in object_list:
|
||||
row = {"id": str(item.pk), "cells": [], "actions": []}
|
||||
|
||||
Reference in New Issue
Block a user