Yet another commit with PR comments addressed.

This commit is contained in:
Katarzyna Streich 2017-06-05 15:09:06 +01:00
parent 1d18917773
commit 556eb756a8
3 changed files with 3 additions and 4 deletions

View File

@ -100,7 +100,7 @@ class ExplorerSimulation(val options: OptionSet) {
when { when {
options.has("S") -> startNormalSimulation() options.has("S") -> startNormalSimulation()
options.has("F") -> starErrorFlowsSimulation() options.has("F") -> startErrorFlowsSimulation()
} }
waitForAllNodesToFinish() waitForAllNodesToFinish()
@ -191,7 +191,7 @@ class ExplorerSimulation(val options: OptionSet) {
onEnd() onEnd()
} }
private fun starErrorFlowsSimulation() { private fun startErrorFlowsSimulation() {
println("Running flows with errors simulation mode ...") println("Running flows with errors simulation mode ...")
setUpRPC() setUpRPC()
val eventGenerator = ErrorFlowsEventGenerator( val eventGenerator = ErrorFlowsEventGenerator(

View File

@ -271,7 +271,6 @@ class StateMachineViewer : CordaView("Flow Triage") {
} }
} }
// TODO test
private fun makeScheduledGrid(gridPane: GridPane, initiator: FlowInitiator.Scheduled) { private fun makeScheduledGrid(gridPane: GridPane, initiator: FlowInitiator.Scheduled) {
gridPane.apply { gridPane.apply {
row { row {

View File

@ -279,7 +279,7 @@
} }
.flow-expanded { .flow-expanded {
-fx-background-color: rgba(255, 255, 255, 0.5); -fx-background-color: rgba(255, 255, 255);
-fx-background-size: Auto 90%; -fx-background-size: Auto 90%;
-fx-background-repeat: no-repeat; -fx-background-repeat: no-repeat;
-fx-background-position: center center; -fx-background-position: center center;