diff --git a/src/app.tsx b/src/app.tsx index 60ae2c8..b77bb19 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -49,6 +49,7 @@ export class Application extends React.ComponentIP Hostname Network + Tags State Exit node OS @@ -80,6 +81,12 @@ class Peer extends React.Component { const hostName = name[0]; const network = name[1] + '.' + 'ts.net'; + var tags = "-" + if(this.props.Tags) { + const mapped_items = this.props.Tags?.map(t => { return t}) + tags = mapped_items.join(', ') + } + return ( @@ -90,6 +97,10 @@ class Peer extends React.Component { { this.props.TailscaleIPs[0] } { hostName } { network } + { + tags + } + { this.props.Active ? this.props.CurAddr != "" ? "Direct"