mirror of
https://github.com/tale/headplane.git
synced 2026-07-27 08:08:56 +00:00
b938642da7
- Add search input to filter machines by name or IP address - Add sortable column headers for Name, IP, Version, and Last Seen - Sort IP addresses numerically by octets (not alphabetically) - Sort versions numerically by segments (1.10.0 > 1.9.0) - Sort Last Seen with online machines treated as most recent - Add time delta display for offline machines (e.g., "2 days ago") - Add machine count display showing filtered/total counts - Add clear button (X) to search input Closes #351