Skip to content

Commit 17a4a92

Browse files
committed
chore(deployment): move number of rounds field to step 3
1 parent 21a2d51 commit 17a4a92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nebula/frontend/templates/deployment.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ <h5 class="step-title">Federation approach</h5>
243243
<i id="architectureHelpIcon" class="fa fa-info-circle" style="cursor: pointer;"></i>
244244
</small>
245245
</div>
246+
<h5 class="step-title">Number of rounds</h5>
247+
<div class="form-check form-check-inline">
248+
<input type="number" class="form-control" id="rounds" placeholder="Number of rounds" value="10"
249+
style="display: inline; width: 20%">
250+
</div>
246251
</div>
247252
<div id="networkTopologyForm" class="form-group row container-shadow tiny grey">
248253
<h5 class="step-number">Network Topology <i class="fa fa-sitemap"></i>
@@ -435,11 +440,6 @@ <h5 class="step-number">Participants <i class="fa fa-users"></i>
435440
<i class="fa fa-lock"></i>
436441
</label>
437442
</h5>
438-
<h5 class="step-title">Number of rounds</h5>
439-
<div class="form-check form-check-inline">
440-
<input type="number" class="form-control" id="rounds" placeholder="Number of rounds" value="3"
441-
style="display: inline; width: 20%">
442-
</div>
443443
<h5 class="step-title">Logging</h5>
444444
<div class="form-check form-check-inline">
445445
<select class="form-control" id="loggingLevel" name="logginglevel"

0 commit comments

Comments
 (0)