CORPRIV-660: Display Web server's port number on launch button.

This commit is contained in:
Chris Rankin 2017-02-13 15:13:47 +00:00
parent 94747dcddf
commit 8621d47e09

View File

@ -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 {