pedohorse / lifeblood

task management system
https://pedohorse.github.io/lifeblood/
GNU General Public License v3.0
19 stars 1 forks source link

UI: display machine names instead of addresses if possible #24

Closed pedohorse closed 9 months ago

pedohorse commented 9 months ago

currently we have just 123.123.123.123:1234|234.234.234.234:2345

instead we should either show it as hostname1:1234|mosthane2:2345, or even mosthane2:2345 or even just mosthane2

questions:

pedohorse commented 9 months ago

implemented hostnames as part of worker metadata in #25

ui displays hostname as a separate column