Skip to content

Commit

Permalink
chore(dashboard) change default number of rounds value to 3 rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
FerTV committed Nov 14, 2024
1 parent ff9ec9a commit bf2796c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/frontend/templates/deployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h5 class="step-number">Participants <i class="fa fa-users"></i>
</h5>
<h5 class="step-title">Number of rounds</h5>
<div class="form-check form-check-inline">
<input type="number" class="form-control" id="rounds" placeholder="Number of rounds" value="10"
<input type="number" class="form-control" id="rounds" placeholder="Number of rounds" value="3"
style="display: inline; width: 20%">
</div>
<h5 class="step-title">Logging</h5>
Expand Down

0 comments on commit bf2796c

Please sign in to comment.