|
|
@ -46,12 +46,13 @@ export default function HomeView({
|
|
|
|
</Link>
|
|
|
|
</Link>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h2 className="mb-3">Settings</h2>
|
|
|
|
<h2 className="mb-3">Settings</h2>
|
|
|
|
<SettingsCard
|
|
|
|
{/* TODO(sonia,will): hiding unimplemented settings pages until implemented */}
|
|
|
|
|
|
|
|
{/* <SettingsCard
|
|
|
|
link="/subnets"
|
|
|
|
link="/subnets"
|
|
|
|
className="mb-3"
|
|
|
|
className="mb-3"
|
|
|
|
title="Subnet router"
|
|
|
|
title="Subnet router"
|
|
|
|
body="Add devices to your tailnet without installing Tailscale on them."
|
|
|
|
body="Add devices to your tailnet without installing Tailscale on them."
|
|
|
|
/>
|
|
|
|
/> */}
|
|
|
|
<SettingsCard
|
|
|
|
<SettingsCard
|
|
|
|
link="/ssh"
|
|
|
|
link="/ssh"
|
|
|
|
className="mb-3"
|
|
|
|
className="mb-3"
|
|
|
@ -66,11 +67,11 @@ export default function HomeView({
|
|
|
|
: undefined
|
|
|
|
: undefined
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<SettingsCard
|
|
|
|
{/* <SettingsCard
|
|
|
|
link="/serve"
|
|
|
|
link="/serve"
|
|
|
|
title="Share local content"
|
|
|
|
title="Share local content"
|
|
|
|
body="Share local ports, services, and content to your Tailscale network or to the broader internet."
|
|
|
|
body="Share local ports, services, and content to your Tailscale network or to the broader internet."
|
|
|
|
/>
|
|
|
|
/> */}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|