mirror of
https://github.com/Astatin3/unshell-nodes-rs.git
synced 2026-06-08 16:18:08 -06:00
Work on server and client connectivity
This commit is contained in:
@@ -33,16 +33,6 @@ component ListenerCard inherits BorderedRectangle {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
TitleText {
|
||||
text: "Port: ";
|
||||
|
||||
Text {
|
||||
text: listener.port;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -2,5 +2,4 @@ export struct UITcpListener {
|
||||
enabled: bool,
|
||||
name: string,
|
||||
remote_host: string,
|
||||
port: int,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user