Skip to content

Commit

Permalink
(chore) Set default option to Docker containers in scenario creation …
Browse files Browse the repository at this point in the history
…on deployment.html
  • Loading branch information
FerTV committed Nov 14, 2024
1 parent 6fb382a commit 6ffc911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nebula/frontend/templates/deployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,15 +204,15 @@ <h5 class="step-title">Scenario description</h5>
<h5 class="step-number">Deployment <i class="fa fa-cloud-upload"></i></h5>
<h5 class="step-title">Deployment type</h5>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="deploymentRadioOptions" id="process-radio" value="process" checked>
<input class="form-check-input" type="radio" name="deploymentRadioOptions" id="process-radio" value="process">
<label class="form-check-label" for="process-radio">Processes</label>
<small id="processHelp" class="form-text text-muted"></small>
<i id="processHelpIcon" class="fa fa-info-circle" style="cursor: pointer;"></i>
</small>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="deploymentRadioOptions" id="docker-radio"
value="docker">
value="docker" checked>
<label class="form-check-label" for="docker-radio">Docker containers</label>
<small id="dockerHelp" class="form-text text-muted"></small>
<i id="dockerHelpIcon" class="fa fa-info-circle" style="cursor: pointer;"></i>
Expand Down

0 comments on commit 6ffc911

Please sign in to comment.