mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58: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) {
|
fun open(config: NodeConfig, onExit: () -> Unit) {
|
||||||
nodeName.text = config.legalName
|
nodeName.text = config.legalName
|
||||||
p2pPort.value = config.artemisPort.toString()
|
p2pPort.value = config.artemisPort.toString()
|
||||||
|
launchWebButton.text = "Launch\nWeb Server\n(Port ${config.webPort})"
|
||||||
|
|
||||||
val swingTerminal = SwingNode()
|
val swingTerminal = SwingNode()
|
||||||
swingTerminal.setOnMouseClicked {
|
swingTerminal.setOnMouseClicked {
|
||||||
|
Loading…
Reference in New Issue
Block a user