show table of miners with the following columns (from left to right):
- status icon (checkmark or fail mark)
- name of miner
- name of pool it is connected to
- current hashrate in gh/s
api routes:
- /miner returns a list of registered miners (name, pool)
- /miner/:id/status (status, hashrate)