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

View File

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

View File

@ -279,7 +279,7 @@
}
.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-repeat: no-repeat;
-fx-background-position: center center;