mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
CORPRIV-660: Display Web server's port number on launch button.
This commit is contained in:
parent
94747dcddf
commit
8621d47e09
@ -49,6 +49,7 @@ class NodeTerminalView : Fragment() {
|
||||
fun open(config: NodeConfig, onExit: () -> Unit) {
|
||||
nodeName.text = config.legalName
|
||||
p2pPort.value = config.artemisPort.toString()
|
||||
launchWebButton.text = "Launch\nWeb Server\n(Port ${config.webPort})"
|
||||
|
||||
val swingTerminal = SwingNode()
|
||||
swingTerminal.setOnMouseClicked {
|
||||
|
Loading…
Reference in New Issue
Block a user