Closed gbraad closed 1 year ago
Currently, the peer overview shows tags as tag:router, tag:server. It would be nicer to just show these as router, server, etc instead.
tag:router
tag:server
router
server
a simple
.split(":")[1];
can do the job for this.
https://github.com/spotsnel/cockpit-tailscale/commit/868d93ba5a0ced562e88b3bc7c96e9d706008cc8
Currently, the peer overview shows tags as
tag:router
,tag:server
. It would be nicer to just show these asrouter
,server
, etc instead.