We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368414f commit 3261f96Copy full SHA for 3261f96
base/uk.ac.stfc.isis.ibex.ui.dae/src/uk/ac/stfc/isis/ibex/ui/dae/runinformation/RunInformationPanel.java
@@ -533,7 +533,7 @@ private void bind(RunInformationViewModel viewModel) {
533
bindLabel(periodGoodFrames, viewModel.periodGoodFrames);
534
bindLabel(periodRawFrames, viewModel.periodRawFrames);
535
bindLabel(periodSequence, viewModel.periodSequence);
536
- bindLabel(periodDuration, viewModel.periodSequence);
+ bindLabel(periodDuration, viewModel.periodDuration);
537
bindLabel(monitorSpectrum, viewModel.monitorSpectrum);
538
bindLabel(monitorCounts, viewModel.monitorCounts);
539
bindLabel(npRatio, viewModel.npRatio);
0 commit comments