mirror of
https://github.com/corda/corda.git
synced 2024-12-28 16:58:55 +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 {
|
||||
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(
|
||||
|
@ -271,7 +271,6 @@ class StateMachineViewer : CordaView("Flow Triage") {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO test
|
||||
private fun makeScheduledGrid(gridPane: GridPane, initiator: FlowInitiator.Scheduled) {
|
||||
gridPane.apply {
|
||||
row {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user