spotsnel / cockpit-tailscale

[WIP] Cockpit application to manage Tailscale
GNU Lesser General Public License v2.1
74 stars 5 forks source link

Peer overview: remove preceding `tag:` from tags #33

Closed gbraad closed 1 year ago

gbraad commented 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.

image

gbraad commented 1 year ago

a simple

.split(":")[1];

can do the job for this.

gbraad commented 1 year ago

https://github.com/spotsnel/cockpit-tailscale/commit/868d93ba5a0ced562e88b3bc7c96e9d706008cc8