As an admin, I want to see a list of every bot in the fleet with their current status, so that I can quickly assess overall fleet health. Acceptance criteria: - [ ] Page shows every bot returned by GET /api/bots - [ ] Each row displays ID, name, battery level, online/offline status, servicing status, and last updated timestamp - [ ] The page can be manually refreshed - [ ] An empty state shows when no bots are registered
As an admin, I want to see a list of every bot in the fleet with their current status, so that I can quickly assess overall fleet health.
Acceptance criteria: