4d67341ba5ee7d361449f56cb1a1e245293fc974
The fleet list had a tag filter and nothing else: no search, no sort, and an unbounded list. Searching hostname/address/OS and sorting by hostname, status or last seen are all client-side, since the browser already holds the fleet the page just fetched. Sorting by status orders by how much attention each state wants rather than alphabetically, which is the only reason to sort by it. The filtered count is shown beside the total so a search does not read as the fleet having shrunk, and "no results" is a distinct empty state from "no servers", with a way back out of the search. refetchIntervalInBackground defaults to false on the query client. Polling pages kept refetching in a hidden tab — the fleet list pulls inventory blobs every 30s — so a console left open in a background tab polled until its session expired. It belongs in the defaults because the argument is identical on every polling page.
Description
No description provided
14 MiB
Releases
29
agent/v1.3.4
Latest
Languages
JavaScript
71.9%
TypeScript
15.1%
Go
12.8%