Add Tailnet accounts and Tailscale login flow
This commit is contained in:
parent
f9062eae33
commit
7670a75840
29 changed files with 3538 additions and 775 deletions
|
|
@ -31,8 +31,8 @@ struct NetworkView<Content: View>: View {
|
|||
}
|
||||
|
||||
extension NetworkView where Content == AnyView {
|
||||
init(network: any Network) {
|
||||
init(network: NetworkCardModel) {
|
||||
color = network.backgroundColor
|
||||
content = { AnyView(network.label) }
|
||||
content = { network.label }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue