miner detail view will contain two sections:
- a small d3-style chart of uptime and/or hashrate or something
- a form where miner attributes can be changed (name, pool details, miner connection info, etc)
api routes
- /miner/:id
- /miner/pool
- /miner/connection
the sections can be partitioned using a tabbed layout, or just stacked vertically, whichever looks cleaner on a phone.
TODO all form fields and sections are TBD