Skip to content

Commit

Permalink
chore(deployment): move number of rounds field to step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
FerTV committed Nov 14, 2024
1 parent 21a2d51 commit 17a4a92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nebula/frontend/templates/deployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ <h5 class="step-title">Federation approach</h5>
<i id="architectureHelpIcon" class="fa fa-info-circle" style="cursor: pointer;"></i>
</small>
</div>
<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"
style="display: inline; width: 20%">
</div>
</div>
<div id="networkTopologyForm" class="form-group row container-shadow tiny grey">
<h5 class="step-number">Network Topology <i class="fa fa-sitemap"></i>
Expand Down Expand Up @@ -435,11 +440,6 @@ <h5 class="step-number">Participants <i class="fa fa-users"></i>
<i class="fa fa-lock"></i>
</label>
</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="3"
style="display: inline; width: 20%">
</div>
<h5 class="step-title">Logging</h5>
<div class="form-check form-check-inline">
<select class="form-control" id="loggingLevel" name="logginglevel"
Expand Down

0 comments on commit 17a4a92

Please sign in to comment.