Skip to content

Commit bf2796c

Browse files
committed
chore(dashboard) change default number of rounds value to 3 rounds
1 parent ff9ec9a commit bf2796c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nebula/frontend/templates/deployment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ <h5 class="step-number">Participants <i class="fa fa-users"></i>
437437
</h5>
438438
<h5 class="step-title">Number of rounds</h5>
439439
<div class="form-check form-check-inline">
440-
<input type="number" class="form-control" id="rounds" placeholder="Number of rounds" value="10"
440+
<input type="number" class="form-control" id="rounds" placeholder="Number of rounds" value="3"
441441
style="display: inline; width: 20%">
442442
</div>
443443
<h5 class="step-title">Logging</h5>

0 commit comments

Comments
 (0)