mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Yet another commit with PR comments addressed.
This commit is contained in:
parent
1d18917773
commit
556eb756a8
@ -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(
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user