Further improve detail display and work on inline latency display

This commit is contained in:
2026-02-15 20:08:02 +00:00
parent fb24e74ec4
commit 252c626c91
17 changed files with 1223 additions and 239 deletions

View File

@@ -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": []}