You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMAGE column: Show repository:tag again when Docker returns a digest in the container list. A single images.list() per refresh builds a digest→tag map off the UI thread (no per-row images.get).
Log normalization: Normalize logs via a Textual Message and asyncio.to_thread / run_in_executor, with request sequencing so overlapping refreshes (follow mode) no longer drop or corrupt output.